diff options
| author | 2024-03-02 03:01:28 +0800 | |
|---|---|---|
| committer | 2024-03-02 03:01:28 +0800 | |
| commit | 679ca51b78cda9044dc8d8eb3fa246fd76cb227e (patch) | |
| tree | 14a5498c4f29d7cf98cb5985c35f38311bd49b72 /pyproject.toml | |
| parent | 7a8c1862387c410b67af25cc54265df33506862b (diff) | |
| download | HydroRoll-679ca51b78cda9044dc8d8eb3fa246fd76cb227e.tar.gz HydroRoll-679ca51b78cda9044dc8d8eb3fa246fd76cb227e.zip | |
refactor(cli): rename class Cli as "Atien"
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index d349377..1a30a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "hydro_roll" dynamic = ["version"] -description = "HydroRoll System." +description = "跨平台、多模态、高度自定义的骰系开发框架。" authors = [ {name = "简律纯", email = "i@jyunko.cn"}, ] @@ -25,7 +25,7 @@ dependencies = [ ] requires-python = ">=3.9" readme.content-type = "text/x-rst" -readme.text = """See the `documentation <https://docs.hydroroll.team/>`_.""" +readme.text = """请查看 `文档 <https://docs.hydroroll.team/>`_.""" license = {text = "MIT"} keywords = ["bot", "qq", "qqbot", "mirai", "coolq", "gensokyo", "dice", "hydroroll"] classifiers = [ @@ -45,7 +45,7 @@ repository = "https://github.com/HydroRoll-Team/HydroRoll" documentation = "https://docs.hydroroll.team/" [project.scripts] -atien = "hydro_roll.cli:Cli" +atien = "hydro_roll.cli:Atien" [tool.maturin] features = ["pyo3/extension-module"] |
