Skip to content

Commit

Permalink
MANIFEST.in: Add test data (#401)
Browse files Browse the repository at this point in the history
The tests are included in the sdist, but they fail without the data.

Also update docs.
  • Loading branch information
jayvdb authored and mpenkov committed Jan 5, 2020
1 parent fa9e755 commit 52d300f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
include LICENSE
include README.rst
include CHANGELOG.rst
include setup.py
include MIGRATING_FROM_OLDER_VERSIONS.rst
include CHANGELOG.md
recursive-include sampledata *.zip
recursive-include smart_open/tests/test_data *.txt *.xz *.gz
include integration-tests/README.md integration-tests/*.txt
recursive-include integration-tests *.py

0 comments on commit 52d300f

Please sign in to comment.