Skip to content

Commit

Permalink
Merge pull request #906 from minrk/wheel-pycache
Browse files Browse the repository at this point in the history
avoid installing __pycache__ directories
  • Loading branch information
csmarchbanks committed Mar 30, 2023
2 parents c48e26e + 4cbd725 commit 8bbd16f
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 8bbd16f

Please sign in to comment.