We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df0803 commit 0244d3bCopy full SHA for 0244d3b
1 file changed
pyproject.toml
@@ -95,5 +95,8 @@ ignore = ["E501", "E741"]
95
[tool.ruff.format]
96
quote-style = "double"
97
98
+[tool.setuptools.package-data]
99
+delft = ["resources-registry.json"]
100
+
101
[tool.setuptools.packages.find]
102
exclude = ["test", "*.test", "*.test.*"]
0 commit comments