From b2a9ddf232be618b55b67c13e65b9e739504c29b 2008-08-24 07:01:59 From: Fernando Perez Date: 2008-08-24 07:01:59 Subject: [PATCH] Include testing plugin for installation. --- diff --git a/setupbase.py b/setupbase.py index 6d387dc..228aceb 100644 --- a/setupbase.py +++ b/setupbase.py @@ -115,6 +115,7 @@ def find_packages(): add_package(packages, 'kernel', config=True, tests=True, scripts=True) add_package(packages, 'kernel.core', config=True, tests=True) add_package(packages, 'testing', tests=True) + add_package(packages, 'testing.plugin', tests=False) add_package(packages, 'tools', tests=True) add_package(packages, 'UserConfig') return packages