Skip to content

Commit 0b4caf8

Browse files
authored
Add more test files to sdist (#290)
The sdist previously contained `test/test*.py` (because `setuptools` does that by default), but not the other files in `test/`.
1 parent b071107 commit 0b4caf8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ include box/*.c
66
include box/*.so
77
include box/*.pyd
88
include box/*.pyi
9+
include test/__init__.py
10+
include test/common.py
11+
include test/data/*.csv
12+
include test/data/*.json
13+
include test/data/*.msgpack
14+
include test/data/*.tml
15+
include test/data/*.txt
16+
include test/data/*.yaml

0 commit comments

Comments
 (0)