diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-10-12 21:31:15 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-10-12 21:31:15 +0200 |
commit | 6a8309a193b56dabbe92b47abfd64ed9ad6e879e (patch) | |
tree | ea4ddc998d020119522629880a40972e435608f8 /MANIFEST.in | |
parent | better package name editing in collector (diff) | |
download | pyload-6a8309a193b56dabbe92b47abfd64ed9ad6e879e.tar.xz |
fixed manifest to include compiled plugins
Diffstat (limited to 'MANIFEST.in')
-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 |