diff options
| author | seth <[email protected]> | 2023-01-24 18:28:18 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-24 22:03:37 -0500 |
| commit | 5deaf0cc1580e13c48f3dbc7ff4c76d35640fcfc (patch) | |
| tree | 5c015a1a43bb6fc79c5ec4e264111abc006c8dd4 /pyproject.toml | |
| parent | 95961b27a88230a22a74ae9de6cdd60d3beda95d (diff) | |
feat: moyaiBot -> teawieBot
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index f309e59..0d1d1fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,9 @@ requires = ["flit_core>=3.2"] build-backend = "flit_core.buildapi" [project] -name = "moyai_bot" +name = "teawie_bot" version = "0.0.1" -description = "moyai" +description = "teaiwe" authors = [ { name="seth", email="[email protected]" }, ] @@ -24,11 +24,11 @@ dev = [ ] [project.urls] -"Homepage" = "https://github.com/getchoo/moyaiBot" -"Bug Tracker" = "https://github.com/getchoo/moyaiBot/issues" +"Homepage" = "https://github.com/getchoo/teawieBot" +"Bug Tracker" = "https://github.com/getchoo/teawieBot/issues" [project.scripts] -moyaibot = "moyai_bot:main" +teawiebot = "teawie_bot:main" [tool.yapf] use_tabs = true |
