diff --git a/pyproject.toml b/pyproject.toml index 354f492f6..7163c4ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,8 @@ Changelog = "https://wger.readthedocs.io/en/latest/changelog.html" [project.scripts] wger = "wger.__main__:main" +manage = "wger.manage:main" + [tool.setuptools] include-package-data = false @@ -53,6 +55,8 @@ universal = 1 # path = "wger/__init__.py" # expression = "get_version()" +[tool.hatch.build.targets.wheel.force-include] +"wger/settings_global.py" = "wger/settings_global.py" [tool.ruff] # Exclude a variety of commonly ignored directories.