Skip to content

Commit

Permalink
Make MANIFEST.in more explicit, so that test/test_dir (with Unicode f…
Browse files Browse the repository at this point in the history
…ilenames and whatnot) isn't included in PyPI archive. Fixes #74. Thanks @andrask for the initial pull request (#72).
  • Loading branch information
benhoyt committed Feb 20, 2017
1 parent 5d13330 commit b763a94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ include *.py
include *.c
include *.h
include *.txt
include README.md
recursive-include test *.py
recursive-include test *.txt
include *.rst
include test/*.py

0 comments on commit b763a94

Please sign in to comment.