Update the MANIFEST.in for sdists

Let's include our documentation, tests, and src code appropriately
This commit is contained in:
Ian Cordasco 2016-06-25 10:48:52 -05:00
parent 1a2c68f5da
commit 7b31ecf7d5
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -1,4 +1,6 @@
include *.rst
include CONTRIBUTORS.txt
include LICENSE
recursive-include flake8 *
recursive-include docs *
recursive-include tests *
recursive-include src *