Skip to content

Commit

Permalink
Stop putting pyc files in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Oct 12, 2017
1 parent c406703 commit da5fc42
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
Expand Up @@ -2,3 +2,5 @@ recursive-include streamparse *
include *.rst
include *.md
include *.txt
global-exclude *.pyc
global-exclude __pycache__

0 comments on commit da5fc42

Please sign in to comment.