Skip to content

Commit

Permalink
Fix manifest to exclude files not needed in sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 8, 2016
1 parent 5aeac92 commit 9933350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include *.txt
include bootstrap.py
include buildout.cfg
include MANIFEST.in
exclude MANIFEST.in
include tox.ini
include .travis.yml
include .coveragerc
exclude .travis.yml
recursive-include src *.zcml *.txt

0 comments on commit 9933350

Please sign in to comment.