From 1b2c831c04755eafb887de2fa0d61e52ab47df5b Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Wed, 6 Nov 2013 12:36:05 +0100 Subject: [PATCH] spec: corrected egg name --- commands/hardware/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/hardware/setup.py b/commands/hardware/setup.py index a7e1055..19d53db 100644 --- a/commands/hardware/setup.py +++ b/commands/hardware/setup.py @@ -9,8 +9,8 @@ long_description = '' setup( - name='hardware', - version='0.0.1', + name='openlmi-hardware', + version='0.0.2', description='Hardware information available in OpenLMI hardware providers', long_description=long_description, author=u'Peter Schiffer',