diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index aa994bb..f0277ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ dependencies = [ "iamai[onebot11]>=0.0.2", ] requires-python = ">=3.8" -# long_description = "See our `official site <https://hydroroll.team>`_" -# long_description_content_type = "text/x-rst" +readme.content-type = "text/x-rst" +readme.text = """See the `documentation <https://docs.hydroroll.team/>`_.""" license = {text = "MIT"} keywords = ["bot", "qq", "qqbot", "mirai", "coolq", "gensokyo", "dice", "hydroroll"] classifiers = [ |
