diff options
| author | 2024-02-27 12:15:32 +0800 | |
|---|---|---|
| committer | 2024-02-27 12:15:32 +0800 | |
| commit | af6163870e647a5f1c46f238e5675cd18b2de2ae (patch) | |
| tree | 8ffa310177f22e50f4bb29c9282181a634b95191 | |
| parent | 60902c77d53c73027650be66f8ed11aec3ca8238 (diff) | |
| download | HydroRoll-af6163870e647a5f1c46f238e5675cd18b2de2ae.tar.gz HydroRoll-af6163870e647a5f1c46f238e5675cd18b2de2ae.zip | |
chore(project): update pyproject.toml
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 62a0f01..310fa4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,7 @@ dependencies = [ "iamai[onebot11]>=0.0.2", ] requires-python = ">=3.8" -long_description_content_type = "text/x-rst; charset=UTF-8" -readme.file = "README.rst" +readme = {file = "README.rst", content-type = "text/x-rst"} license = {text = "MIT"} keywords = ["bot", "qq", "qqbot", "mirai", "coolq", "gensokyo", "dice", "hydroroll"] classifiers = [ |
