Skip to content

Commit 6f19d31

Browse files
authored
Fix including test data (#1113)
Readd parts of `MANIFEST.in` responsible for including the test data in the source distribution. Without that, setuptools includes only `.py` files from the test tree, leading to test failures. Fixes #1112 Signed-off-by: Michał Górny <[email protected]>
1 parent a6726a4 commit 6f19d31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
graft tests/certs
2+
graft tests/proc

0 commit comments

Comments
 (0)