Skip to content

Commit 0244d3b

Browse files
authored
fix: copy default resource-registry with the package (#201)
1 parent 6df0803 commit 0244d3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,8 @@ ignore = ["E501", "E741"]
9595
[tool.ruff.format]
9696
quote-style = "double"
9797

98+
[tool.setuptools.package-data]
99+
delft = ["resources-registry.json"]
100+
98101
[tool.setuptools.packages.find]
99102
exclude = ["test", "*.test", "*.test.*"]

0 commit comments

Comments
 (0)