diff options
| -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 = [ |
