From: Guillaume Pellerin Date: Mon, 19 May 2014 14:29:59 +0000 (+0200) Subject: No tests package! X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=dba9e6937026fe8303a1d058719d99e767c44476;p=timeside-diadems.git No tests package! --- diff --git a/setup.py b/setup.py index 1265ca0..b86df3c 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( license='Gnu Public License V2', classifiers = CLASSIFIERS, keywords = KEYWORDS, - packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), + packages = find_packages(), include_package_data = True, zip_safe = False, scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],