From 9d83a3c5fa5ec0efd88c7de68042d8a53ec717db Mon Sep 17 00:00:00 2001 From: dnutiu Date: Wed, 24 Jan 2024 16:05:22 +0200 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 1 + src/{ => nucuttrpgbot}/__about__.py | 0 src/nucuttrpgbot/__init__.py | 0 3 files changed, 1 insertion(+) rename src/{ => nucuttrpgbot}/__about__.py (100%) create mode 100644 src/nucuttrpgbot/__init__.py 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