Skip to content

Commit

Permalink
avoid installing __pycache__ directories
Browse files Browse the repository at this point in the history
Signed-off-by: Min RK <benjaminrk@gmail.com>
  • Loading branch information
minrk committed Mar 29, 2023
1 parent c48e26e commit 4cbd725
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
recursive-include tests *
prune tests/__pycache__
graft tests
global-exclude *.py[cod]
prune __pycache__
prune */__pycache__

0 comments on commit 4cbd725

Please sign in to comment.