8000 Merge pull request #906 from minrk/wheel-pycache · draftcode/client_python@8bbd16f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bbd16f

Browse files
authored
Merge pull request prometheus#906 from minrk/wheel-pycache
avoid installing __pycache__ directories
2 parents c48e26e + 4cbd725 commit 8bbd16f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
recursive-include tests *
2-
prune tests/__pycache__
1+
graft tests
2+
global-exclude *.py[cod]
3+
prune __pycache__
4+
prune */__pycache__

0 commit comments

Comments
 (0)
0