diff options
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2c1bf265..52d3398f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include README.mkd recursive-include test * recursive-include netlib * -recursive-exclude test *.swo *.swp *.pyc +recursive-exclude * *.pyc *.pyo +prune */__pycache__ |