Skip to content

Commit

Permalink
refactor(cli): rename class Cli as "Atien"
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Mar 1, 2024
1 parent 7a8c186 commit 679ca51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hydro_roll/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if TYPE_CHECKING:
from .typing import *

class Cli(object):
class Atien(object):
parser = argparse.ArgumentParser(description="水系终端脚手架")

def __init__(self):
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "hydro_roll"
dynamic = ["version"]
description = "HydroRoll System."
description = "跨平台、多模态、高度自定义的骰系开发框架。"
authors = [
{name = "简律纯", email = "i@jyunko.cn"},
]
Expand All @@ -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 = [
Expand All @@ -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"]
Expand Down

0 comments on commit 679ca51

Please sign in to comment.