From 5deaf0cc1580e13c48f3dbc7ff4c76d35640fcfc Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 24 Jan 2023 18:28:18 -0500 Subject: feat: moyaiBot -> teawieBot --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pyproject.toml') 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="getchoo@tuta.io" }, ] @@ -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 -- cgit v1.2.3