diff options
| author | 2026-01-29 17:38:03 +0800 | |
|---|---|---|
| committer | 2026-01-29 17:38:03 +0800 | |
| commit | 4bb465835f03f465cbc90b0cd35be185e28d425c (patch) | |
| tree | 9e041f69776bed4da83ddba7476e042e1450673a | |
| parent | c0ccc551bb5ef99c0d8f28dfe0025e82c781648b (diff) | |
| download | DropIn-4bb465835f03f465cbc90b0cd35be185e28d425c.tar.gz DropIn-4bb465835f03f465cbc90b0cd35be185e28d425c.zip | |
fix: update Python version requirement and change README format
| -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 = [ |