]> git.parisson.com Git - timeside.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
tests/sandbox/__init__.py [deleted file]

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'],
diff --git a/tests/sandbox/__init__.py b/tests/sandbox/__init__.py
deleted file mode 100644 (file)
index 40a96af..0000000
+++ /dev/null
@@ -1 +0,0 @@
-# -*- coding: utf-8 -*-