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

index b86df3c3e58abab7b595d0cce62671b776f727b0..6568c26834df85072b302861c5fe42de6b5ad991 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(),
+  packages = find_packages(exclude(['tests'])),
   include_package_data = True,
   zip_safe = False,
   scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],