diff options
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 30fc36a5d..21d889a5d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,11 @@ include *.py *.md setup.* CLA MANIFEST.in + recursive-include pyload *.py recursive-include pyload/plugins *_2*.pyc recursive-include pyload/remote * +recursive-exclude pyload/remote *.py[co] recursive-include pyload/web .bowerrc .jshintrc Gruntfile.js package.json prune pyload/web/node_modules @@ -17,6 +19,3 @@ recursive-include docs Makefile *.py *.conf *.rst *.svg *.png recursive-include tests *.py *.txt *.sh *.org recursive-include locale *.pot *.mo - -#recursive-exclude * __pycache__ -recursive-exclude * *.py[co]
\ No newline at end of file |