summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-02-04 13:42:25 +0100
committerMichal Minar <miminar@redhat.com>2013-02-04 14:51:03 +0100
commit3ad1feb54e489bffd2cb6ff2bf89a6669f1e4cdd (patch)
treee07ff0d10efd973050fbc63184f9edd75da6213c /src/python/setup.py
parent775290a2c13b801c84fefdc4538fe110c4df6c24 (diff)
downloadopenlmi-providers-3ad1feb54e489bffd2cb6ff2bf89a6669f1e4cdd.tar.gz
openlmi-providers-3ad1feb54e489bffd2cb6ff2bf89a6669f1e4cdd.tar.xz
openlmi-providers-3ad1feb54e489bffd2cb6ff2bf89a6669f1e4cdd.zip
new subpackage openlmi.common created for sharing code
openlmi.common subpackage allows to share code accros various OpenLMI provider packages. Currently there is a cmpi_logging.py module. Resolves: #71 in openlmi trac -- Make common package under openlmi namespace for utilities shared accross python providers.
Diffstat (limited to 'src/python/setup.py')
-rw-r--r--src/python/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/setup.py b/src/python/setup.py
index 8e72bfe..9d4ef7c 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -5,9 +5,9 @@ setup(
author='Michal Minar',
author_email='miminar@redhat.com',
url='https://fedorahosted.org/openlmi/',
- version='0.1',
+ version='0.2',
namespace_packages = ['openlmi'],
- packages = ['openlmi'],
+ packages = ['openlmi', 'openlmi.common'],
classifiers=[
'license :: osi approved :: gnu lesser general public license v2 or later (lgplv2+)',
'operating system :: posix :: linux',