summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
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