Skip to content

Commit 37f6ed3

Browse files
committed
fix: packaging issue. fixes #18
1 parent 30112f1 commit 37f6ed3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ readme = "README.md"
4141
[tool.setuptools]
4242
zip-safe = false
4343
platforms = ["any"]
44-
packages = ["djxml"]
4544
include-package-data = false
4645

46+
[tool.setuptools.packages.find]
47+
include = ["djxml*"]
48+
namespaces = false
49+
4750
[tool.setuptools.dynamic]
4851
version = { attr = "djxml.__version__" }
4952
readme = { file = ["README.md"] }

0 commit comments

Comments
 (0)