diff options
| -rw-r--r-- | hydro_roll/cli.py | 2 | ||||
| -rw-r--r-- | pyproject.toml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hydro_roll/cli.py b/hydro_roll/cli.py index d3404ad..1a36348 100644 --- a/hydro_roll/cli.py +++ b/hydro_roll/cli.py @@ -8,7 +8,7 @@ from typing import TYPE_CHECKING if TYPE_CHECKING: from .typing import * -class Cli(object): +class Atien(object): parser = argparse.ArgumentParser(description="水系终端脚手架") def __init__(self): 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"] |
