Skip to content

Commit d1c8024

Browse files
committed
fix: Submodules not included in wheel
1 parent 47ffd16 commit d1c8024

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

MANIFEST.in

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,15 @@ Documentation = "https://github.com/django-cms/djangocms-alias"
4747
"Bug Tracker" = "https://github.com/django-cms/djangocms-alias/issues"
4848

4949
[tool.setuptools]
50-
packages = ["djangocms_alias"]
5150
include-package-data = true
51+
5252
[tool.setuptools.dynamic]
5353
version = {attr = "djangocms_alias.__version__"}
5454

55+
[tool.setuptools.packages.find]
56+
where = ["."]
57+
include = ["djangocms_alias*"]
58+
5559
[tool.pytest.ini_options]
5660
DJANGO_SETTINGS_MODULE = "tests.settings"
5761
addopts = [

0 commit comments

Comments
 (0)