summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-08-23 06:34:34 +0200
committerMichal Minar <miminar@redhat.com>2013-08-23 10:50:18 +0200
commit377010196e3e1943f0e8486008bbca8506c8fd63 (patch)
tree91c3b82a89ab0be5129a71583e155ad73bead0df /src/python
parent45d5c7627eaa5315704ceba2a81998f07c750cde (diff)
downloadopenlmi-providers-377010196e3e1943f0e8486008bbca8506c8fd63.tar.gz
openlmi-providers-377010196e3e1943f0e8486008bbca8506c8fd63.tar.xz
openlmi-providers-377010196e3e1943f0e8486008bbca8506c8fd63.zip
renamed python eggs
changed 'lmi' to 'openlmi' of python eggs to make them look related to openlmi-storage and openlmi-tools eggs preparation for upload to PyPi
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 cecf66a..1debb32 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
setup(
- name='lmi',
+ name='openlmi',
description='OpenLMI python providers',
author='Michal Minar',
author_email='miminar@redhat.com',