We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e35c84 commit 19dfb62Copy full SHA for 19dfb62
1 file changed
pyproject.toml
@@ -54,6 +54,9 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
54
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)
55
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
56
57
+[tool.setuptools.package-data]
58
+"diffpy.labpdfproc" = ["data/*"]
59
+
60
[tool.setuptools.dynamic]
61
dependencies = {file = ["requirements/pip.txt"]}
62
0 commit comments