]> git.parisson.com Git - timeside.git/commitdiff
bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:17:47 +0000 (16:17 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:17:47 +0000 (16:17 +0200)
setup.py

index 6568c26834df85072b302861c5fe42de6b5ad991..06c21cf45c6a6af14498e045c6be417958afa0b4 100755 (executable)
--- 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'],