Skip to content

Commit 28fae64

Browse files
committed
include package data
1 parent fd2adb2 commit 28fae64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ changelog = "https://raw.githubusercontent.com/UNC-CECL/Barrier3D/master/CHANGES
5252
[project.optional-dependencies]
5353
dev = ["nox"]
5454

55+
[tool.setuptools]
56+
include-package-data = true
57+
58+
[tool.setuptools.package-data]
59+
barrier3d = [
60+
"data/*csv",
61+
"data/*yaml",
62+
]
5563
[tool.setuptools.packages.find]
5664
where = ["."]
5765
include = ["barrier3d*"]

0 commit comments

Comments
 (0)