8000 avoid installing __pycache__ directories · prometheus/client_python@860c18f · GitHub
[go: up one dir, main page]

Skip to content

Commit 860c18f

Browse files
committed
avoid installing __pycache__ directories
1 parent c48e26e commit 860c18f

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