summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-11-06 14:10:34 +0100
committerMichal Minar <miminar@redhat.com>2013-11-06 14:10:34 +0100
commit291727ef1cd95cb70d9581df6356a949daef2f7b (patch)
tree74df995be6ea436fcfecc99a93daca6d2e6bff67 /commands
parent085d496454fcb49556a090375dc97c77db32e74b (diff)
downloadopenlmi-scripts-291727ef1cd95cb70d9581df6356a949daef2f7b.tar.gz
openlmi-scripts-291727ef1cd95cb70d9581df6356a949daef2f7b.tar.xz
openlmi-scripts-291727ef1cd95cb70d9581df6356a949daef2f7b.zip
hardware: fixed egg name again
Diffstat (limited to 'commands')
-rw-r--r--commands/hardware/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/hardware/setup.py b/commands/hardware/setup.py
index 19d53db..297ed86 100644
--- a/commands/hardware/setup.py
+++ b/commands/hardware/setup.py
@@ -9,7 +9,7 @@ except IOError:
long_description = ''
setup(
- name='openlmi-hardware',
+ name='openlmi-scripts-hardware',
version='0.0.2',
description='Hardware information available in OpenLMI hardware providers',
long_description=long_description,