Skip to content

Commit 388b484

Browse files
committed
Fix option to include pyci package data
1 parent fcb8e65 commit 388b484

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ packages = [
7676
"pyci.fanci.test",
7777
"pyci.fanci.test.data",
7878
]
79+
include_package_data = true
7980

8081
[tool.setuptools.package-data]
8182
# Non-Python files to include in the package
@@ -91,9 +92,6 @@ packages = [
9192
"data/*.npz" # Compressed NumPy data files
9293
]
9394

94-
[tool.setuptools]
95-
include_package_data = true
96-
9795
[tool.cibuildwheel]
9896
# Switch to using build
9997
build-frontend = "build"

0 commit comments

Comments
 (0)