Skip to content

Commit

Permalink
Update the MANIFEST to exclude __pycache__ for the sdist.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Jan 25, 2018
1 parent ed2043d commit 2ef94c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ include LICENSE
include README.rst
recursive-include example *
recursive-exclude example *.pyc *.pyo

global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit 2ef94c7

Please sign in to comment.