From: Guillaume Pellerin Date: Tue, 20 May 2014 07:49:27 +0000 (+0200) Subject: Exclude tests/sandbox in the MANIFEST X-Git-Tag: 0.5.5~1^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=569a8ed2011da040bb623decb3d78066b29399b9;p=timeside.git Exclude tests/sandbox in the MANIFEST --- diff --git a/MANIFEST.in b/MANIFEST.in index 761e898..644f88b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ recursive-include doc * recursive-include timeside/player/static * recursive-include timeside/analyzer/trained_models * recursive-include tests * +recursive-exclude tests/sandbox * recursive-exclude * *.pyc recursive-exclude * *.swp recursive-exclude dist *