We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ffd16 commit d1c8024Copy full SHA for d1c8024
MANIFEST.in
pyproject.toml
@@ -47,11 +47,15 @@ Documentation = "https://github.com/django-cms/djangocms-alias"
47
"Bug Tracker" = "https://github.com/django-cms/djangocms-alias/issues"
48
49
[tool.setuptools]
50
-packages = ["djangocms_alias"]
51
include-package-data = true
+
52
[tool.setuptools.dynamic]
53
version = {attr = "djangocms_alias.__version__"}
54
55
+[tool.setuptools.packages.find]
56
+where = ["."]
57
+include = ["djangocms_alias*"]
58
59
[tool.pytest.ini_options]
60
DJANGO_SETTINGS_MODULE = "tests.settings"
61
addopts = [
0 commit comments