aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-29 17:38:03 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-29 17:38:03 +0800
commit4bb465835f03f465cbc90b0cd35be185e28d425c (patch)
tree9e041f69776bed4da83ddba7476e042e1450673a
parentc0ccc551bb5ef99c0d8f28dfe0025e82c781648b (diff)
downloadDropIn-4bb465835f03f465cbc90b0cd35be185e28d425c.tar.gz
DropIn-4bb465835f03f465cbc90b0cd35be185e28d425c.zip
fix: update Python version requirement and change README format
-rw-r--r--pyproject.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b7640b5..8127035 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,10 +8,8 @@ dynamic = ["version"]
description = "Minecraft Instances Manager"
authors = [{ name = "HsiangNianian", email = "i@jyunko.cn" }]
dependencies = []
-requires-python = ">=3.9"
-readme.content-type = "text/x-rst"
-readme.text = """
-"""
+requires-python = ">=3.10"
+readme.file = "README.md"
license = { text = "MIT" }
keywords = ["hydroroll"]
classifiers = [