Skip to content

Commit 041f625

Browse files
authored
Include test data in sdist (#98)
Explicitly include test data files (`*.txt`) in sdist archives. Otherwise, only test Python files are included and the test suite fails because of missing data files.
1 parent 42e7af8 commit 041f625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ include requirements-*.in requirements-*.txt
44
recursive-include bin *.py
55
recursive-include code_templates *.j2
66
recursive-include docs *.py *.rst requirements.txt
7+
recursive-include tests *.txt

0 commit comments

Comments
 (0)