8000 avoid installing __pycache__ directories · draftcode/client_python@4cbd725 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cbd725

Browse files
committed
avoid installing __pycache__ directories
Signed-off-by: Min RK <benjaminrk@gmail.com>
1 parent c48e26e commit 4cbd725

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