diff --git a/pyproject.toml b/pyproject.toml index 58d42e6..881d611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ dependencies = [ ] [tool.hatch.envs.default.scripts] test = "pytest {args:tests}" +bot = "python -m src.main" test-cov = "coverage run -m pytest {args:tests}" cov-report = [ "- coverage combine", diff --git a/src/__about__.py b/src/nucuttrpgbot/__about__.py similarity index 100% rename from src/__about__.py rename to src/nucuttrpgbot/__about__.py diff --git a/src/nucuttrpgbot/__init__.py b/src/nucuttrpgbot/__init__.py new file mode 100644 index 0000000..e69de29