From: Guillaume Pellerin Date: Mon, 19 May 2014 14:17:47 +0000 (+0200) Subject: bugfix X-Git-Tag: 0.5.5~1^2~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7b6c156edc486ca344930bcc62ca95b8b99e2ea1;p=timeside.git bugfix --- diff --git a/setup.py b/setup.py index 6568c26..06c21cf 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'])), + packages = find_packages(exclude=['tests']), include_package_data = True, zip_safe = False, scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],