We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc12f2 commit 21a60bbCopy full SHA for 21a60bb
1 file changed
pyproject.toml
@@ -36,7 +36,8 @@ dependencies = [
36
dynamic = ["version"]
37
38
[tool.setuptools.packages.find]
39
-where = ["data_rentgen"]
+include = ["data_rentgen*"]
40
+exclude = ["docs", "tests"]
41
42
[tool.setuptools.package-data]
43
"*" = ["py.typed", "*.yml", "*.ini", "VERSION"]
0 commit comments