From 27271b86ac9a3eecfee72e2acd65c02a0830a886 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 19 May 2014 16:29:59 +0200 Subject: [PATCH] No tests package! --- setup.py | 2 +- tests/sandbox/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 tests/sandbox/__init__.py diff --git a/setup.py b/setup.py index 1265ca0..b86df3c 100755 --- 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 index 40a96af..0000000 --- a/tests/sandbox/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- -- 2.39.5