Skip to content

Commit

Permalink
Merge pull request #168 from lukpueh/add-sdist-manifest
Browse files Browse the repository at this point in the history
Add MANIFEST.in to include files in source distro
  • Loading branch information
lukpueh authored May 31, 2019
2 parents beb3109 + 42cf009 commit f466266
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include README.rst
include LICENSE

# Add tests and test data
recursive-include tests *.py
recursive-include tests/data *

# Add test config files to show how to run tests
include tests/.coveragerc
include tox.ini
include .travis.yml
include *requirements.txt

0 comments on commit f466266

Please sign in to comment.