Skip to content

Commit 21a60bb

Browse files
committed
[DOP-28270] add package-data
1 parent fbc12f2 commit 21a60bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dependencies = [
3636
dynamic = ["version"]
3737

3838
[tool.setuptools.packages.find]
39-
where = ["data_rentgen"]
39+
include = ["data_rentgen*"]
40+
exclude = ["docs", "tests"]
4041

4142
[tool.setuptools.package-data]
4243
"*" = ["py.typed", "*.yml", "*.ini", "VERSION"]

0 commit comments

Comments
 (0)