diff options
author | 2013-06-09 22:55:07 +0200 | |
---|---|---|
committer | 2013-06-09 22:55:07 +0200 | |
commit | 24b6d28baf559e151fc96ce2c15d17dfd78da479 (patch) | |
tree | 6dfc34734f3fc10a89ea66304795da4fb51fb7e2 /MANIFEST.in | |
parent | fixing imports when changing cwd (diff) | |
download | pyload-24b6d28baf559e151fc96ce2c15d17dfd78da479.tar.xz |
fixed start scripts
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cda6ee45e..9c183b361 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -18,5 +18,5 @@ recursive-include tests *.py *.txt *.sh recursive-include locale *.pot *.mo -recursive-exclude * __pycache__ +#recursive-exclude * __pycache__ recursive-exclude * *.py[co]
\ No newline at end of file |