From: Guillaume Pellerin Date: Mon, 19 May 2014 14:17:05 +0000 (+0200) Subject: Exclude tests from install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ea2f746def71220fad71fe7627c8e9f38a31071b;p=timeside-diadems.git Exclude tests from install --- diff --git a/setup.py b/setup.py index b86df3c..6568c26 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( license='Gnu Public License V2', classifiers = CLASSIFIERS, keywords = KEYWORDS, - packages = find_packages(), + packages = find_packages(exclude(['tests'])), include_package_data = True, zip_safe = False, scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],