Skip to content

Commit

Permalink
fix MANIFEST.in
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Mar 4, 2020
1 parent 2d66d03 commit a9c52fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include README.md LICENSE
recursive-include deid *
global-exclude __pycache__
graft deid
prune *.pyc
prune deid/tests
prune *OLD
global-exclude __pycache__
global-exclude *.py[co]

0 comments on commit a9c52fb

Please sign in to comment.