diff --git a/MANIFEST.in b/MANIFEST.in index 2c1bf265b..52d3398f3 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__