Skip to content

Commit

Permalink
Make Python package excludes global
Browse files Browse the repository at this point in the history
  • Loading branch information
datastoreking committed Jan 31, 2018
1 parent 2ff2aa0 commit 64471ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.in
@@ -1,6 +1,6 @@
include LICENSE
include requirements.txt

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

0 comments on commit 64471ab

Please sign in to comment.