From 679ca51b78cda9044dc8d8eb3fa246fd76cb227e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 2 Mar 2024 03:01:28 +0800 Subject: refactor(cli): rename class Cli as "Atien" --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') 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 `_.""" +readme.text = """请查看 `文档 `_.""" 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"] -- cgit v1.2.3-70-g09d2