diff options
| -rw-r--r-- | pyproject.toml | 6 |
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 = [ |