Skip to content

Commit

Permalink
Be more precise about recursive includes. (#145)
Browse files Browse the repository at this point in the history
The tarball on PyPI has some artifacts in the `tests` folder right now (`.pyc`
files) which should not be shipped. Changing the directives to be more precise
as to what gets includes fixes this for future release tarballs.
  • Loading branch information
fladi authored and jschneier committed Apr 26, 2016
1 parent 134273d commit 222d19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include AUTHORS CHANGELOG.rst LICENSE README.rst requirements*.txt
recursive-include tests *
recursive-include docs *
recursive-include tests *.py
recursive-include docs Makefile conf.py make.bat *.rst

0 comments on commit 222d19b

Please sign in to comment.