From 920058fdb51f56b3522b478614242bab1e4386d3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 19 May 2014 16:17:47 +0200 Subject: [PATCH] bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 2.39.5