Skip to content

Commit 02ecd1f

Browse files
committed
Fix including test data
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 d24220a commit 02ecd1f

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)