Skip to content

Commit 53447f3

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 prometheus#1112
1 parent d24220a commit 53447f3

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)