Skip to content

Commit

Permalink
Merge pull request #24 from sebastic/pypi-tarball-includes
Browse files Browse the repository at this point in the history
 Simplify include pattern for pypi tarballs. Thanks @sebastic !
  • Loading branch information
justb4 committed Sep 2, 2015
2 parents 3c759b2 + 2b6bc9a commit cbecffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude *.txt *.py *.md
exclude *.txt *.py *.md .DS_Store
include CHANGES.txt CREDITS.txt LICENSE.txt VERSION.txt README.md setup.py
recursive-include docs *.*
recursive-include docs *
recursive-exclude docs/_build *
recursive-include examples *.*
recursive-include tests *.py *.txt
recursive-include examples *
recursive-include tests *
exclude MANIFEST.in

0 comments on commit cbecffe

Please sign in to comment.