Skip to content

Commit fcb8e65

Browse files
committed
Add option to include pyci package data
1 parent bc05910 commit fcb8e65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ packages = [
9191
"data/*.npz" # Compressed NumPy data files
9292
]
9393

94+
[tool.setuptools]
95+
include_package_data = true
96+
9497
[tool.cibuildwheel]
9598
# Switch to using build
9699
build-frontend = "build"

0 commit comments

Comments
 (0)