We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388b484 commit f88e2b3Copy full SHA for f88e2b3
MANIFEST.in
@@ -5,3 +5,10 @@ include README.rst
5
include doc/Makefile
6
include doc/source/conf.py
7
include doc/source/*.rst
8
+include pyci/pyci.so.0
9
+include pyci/pyci.so.0.6.1
10
+include pyci/_pyci.so
11
+include pyci/_pyci.so.0
12
+include pyci/_pyci.so.0.6.1
13
+
14
pyproject.toml
@@ -76,7 +76,6 @@ 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
0 commit comments