We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb8e65 commit 388b484Copy full SHA for 388b484
pyproject.toml
@@ -76,6 +76,7 @@ packages = [
76
"pyci.fanci.test",
77
"pyci.fanci.test.data",
78
]
79
+include_package_data = true
80
81
[tool.setuptools.package-data]
82
# Non-Python files to include in the package
@@ -91,9 +92,6 @@ packages = [
91
92
"data/*.npz" # Compressed NumPy data files
93
94
-[tool.setuptools]
95
-include_package_data = true
96
-
97
[tool.cibuildwheel]
98
# Switch to using build
99
build-frontend = "build"
0 commit comments