summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-12-17 12:36:28 +0100
committerMichal Minar <miminar@redhat.com>2013-12-17 15:31:16 +0100
commit88c9ad30d00a1fdfdae892eaef52f1219415ca3e (patch)
tree1f32e4dd3ee01fbe9af5a798820f1fefcec0643f /src/python
parentafec462a470d58486820155e44e5ce625fddbe2f (diff)
downloadopenlmi-providers-88c9ad30d00a1fdfdae892eaef52f1219415ca3e.tar.gz
openlmi-providers-88c9ad30d00a1fdfdae892eaef52f1219415ca3e.tar.xz
openlmi-providers-88c9ad30d00a1fdfdae892eaef52f1219415ca3e.zip
python: install test utilities in new subpackage
Added openlmi-python-test subpackage with contents taken from src/python/lmi/test. This allows for testing code charing among verious openlmi* git repositories.
Diffstat (limited to 'src/python')
-rw-r--r--src/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py b/src/python/setup.py
index a5a834e..8c4a162 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -10,7 +10,7 @@ setup(
version=__version__,
license='LGPLv2+',
namespace_packages = ['lmi'],
- packages = ['lmi', 'lmi.base', 'lmi.providers'],
+ packages = ['lmi', 'lmi.base', 'lmi.providers', 'lmi.test'],
install_requires=['pywbem'],
classifiers=[
'License :: OSI Approved :: GNU Lesser General Public License'