Skip to content

Commit f88e2b3

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MANIFEST.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ include README.rst
55
include doc/Makefile
66
include doc/source/conf.py
77
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

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

8180
[tool.setuptools.package-data]
8281
# Non-Python files to include in the package

0 commit comments

Comments
 (0)