]> git.parisson.com Git - timeside-diadems.git/commitdiff
No tests package!
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:29:59 +0000 (16:29 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 19 May 2014 14:29:59 +0000 (16:29 +0200)
setup.py

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