summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Sandbekkhaug <sheldon.sandbekkhaug@calxeda.com>2013-08-13 10:07:38 -0500
committerSheldon Sandbekkhaug <sheldon.sandbekkhaug@calxeda.com>2013-08-13 10:07:38 -0500
commitf99dd28e632826f540ea9abdb8591d98d47a4d43 (patch)
treeb3e25d5c6bbbded060416a29735e2bdcee8b28f9
parent09a7007df005d5d6c664093b853e10de03c414bb (diff)
downloadcxmanage-f99dd28e632826f540ea9abdb8591d98d47a4d43.tar.gz
Adding cxmanage_test to required packages
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4e2f47d..f4f087f 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ from setuptools import setup
setup(
name='cxmanage',
version='0.9.0',
- packages=['cxmanage', 'cxmanage.commands', 'cxmanage_api'],
+ packages=['cxmanage', 'cxmanage.commands', 'cxmanage_api', 'cxmanage_test'],
scripts=['scripts/cxmanage', 'scripts/sol_tabs'],
description='Calxeda Management Utility',
# NOTE: As of right now, the pyipmi version requirement needs to be updated