diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 21:01:31 +0100 |
commit | eeaddb27560d723ca7d61359744ceb2709fccd2d (patch) | |
tree | 04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85 /pyproject.toml | |
parent | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff) |
Renamed from pyblackbird_cc to alphabetlearning - everywhere
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index c35374b..5f5ece7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "pyblackbird_cc" +name = "alphabetlearning" version = "0.1.0" dependencies = [ "python-slugify==8.0.4", @@ -81,7 +81,7 @@ DJANGO_SETTINGS_MODULE = "config.settings.local" # ==== Coverage ==== [tool.coverage.run] -include = ["pyblackbird_cc/**"] +include = ["alphabetlearning/**"] omit = ["*/migrations/*", "*/tests/*"] plugins = ["django_coverage_plugin"] |