Skip to content

Commit

Permalink
Include test data in sdist (#98)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgorny authored Nov 14, 2023
1 parent 42e7af8 commit 041f625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include requirements-*.in requirements-*.txt
recursive-include bin *.py
recursive-include code_templates *.j2
recursive-include docs *.py *.rst requirements.txt
recursive-include tests *.txt

0 comments on commit 041f625

Please sign in to comment.