Skip to content

Commit

Permalink
Merge pull request #139 from koobs/patch-1
Browse files Browse the repository at this point in the history
Globally exclude __pycache__ and py[co] from sdist
  • Loading branch information
spulec committed Mar 4, 2016
2 parents e79c0fb + ee90a14 commit f1f5148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
include README.rst LICENSE AUTHORS.rst
recursive-include tests *
global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit f1f5148

Please sign in to comment.