flake8/MANIFEST.in
Ian Cordasco 7b31ecf7d5
Update the MANIFEST.in for sdists
Let's include our documentation, tests, and src code appropriately
2016-06-25 10:48:52 -05:00

6 lines
130 B
Text

include *.rst
include CONTRIBUTORS.txt
include LICENSE
recursive-include docs *
recursive-include tests *
recursive-include src *