diff options
| author | Michal Minar <miminar@redhat.com> | 2013-07-30 14:24:49 +0200 |
|---|---|---|
| committer | Michal Minar <miminar@redhat.com> | 2013-07-30 15:23:35 +0200 |
| commit | 2a2bc8a4e9498024c8a85ce2813e7d0f9c5677a0 (patch) | |
| tree | 1eaab563e14fd7f11880b540417eb2a879536bb8 /src/python/setup.py | |
| parent | 3026b7f6476743d862e6caa7816c56017108ee6d (diff) | |
| download | openlmi-providers-2a2bc8a4e9498024c8a85ce2813e7d0f9c5677a0.tar.gz openlmi-providers-2a2bc8a4e9498024c8a85ce2813e7d0f9c5677a0.tar.xz openlmi-providers-2a2bc8a4e9498024c8a85ce2813e7d0f9c5677a0.zip | |
openlmi-python: split python package
Split the openlmi-python package to 2:
* openlmi-python-base
- lmi namespace
- functionality for any OpenLMI related python code
- contains packages 'lmi' and 'lmi.base'
* openlmi-python-providers
- common functionality for OpenLMI providers
- contains 'lmi.providers'
Diffstat (limited to 'src/python/setup.py')
| -rw-r--r-- | src/python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/setup.py b/src/python/setup.py index b36d455..89c7461 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.3', + version='0.4', namespace_packages = ['lmi'], - packages = ['lmi', 'lmi.common'], + packages = ['lmi', 'lmi.base', 'lmi.providers'], classifiers=[ 'license :: osi approved :: gnu lesser general public license v2 or later (lgplv2+)', 'operating system :: posix :: linux', |
