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

index 06c21cf45c6a6af14498e045c6be417958afa0b4..1265ca0a5b13c159a501a894e86fdeb6c58c4258 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", "*.tests.*", "tests.*", "tests"]),
   include_package_data = True,
   zip_safe = False,
   scripts=['scripts/timeside-waveforms', 'scripts/timeside-launch'],