diff options
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 310fa4e..99c23d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ dependencies = [ "iamai[onebot11]>=0.0.2", ] requires-python = ">=3.8" -readme = {file = "README.rst", content-type = "text/x-rst"} +long_description = "See our `official site <https://hydroroll.team>`_" +long_description_content_type = "text/x-rst" license = {text = "MIT"} keywords = ["bot", "qq", "qqbot", "mirai", "coolq", "gensokyo", "dice", "hydroroll"] classifiers = [ |
