From 6a8309a193b56dabbe92b47abfd64ed9ad6e879e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 12 Oct 2013 21:31:15 +0200 Subject: fixed manifest to include compiled plugins --- MANIFEST.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MANIFEST.in') 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 -- cgit v1.2.3