From ef4f6638a98086a5c58829d4fb6552c834324400 2008-08-24 07:03:52 From: Fernando Perez Date: 2008-08-24 07:03:52 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