Fix python package names
authorFilippos Giannakos <philipgian@grnet.gr>
Mon, 18 Feb 2013 17:26:21 +0000 (19:26 +0200)
committerFilippos Giannakos <philipgian@grnet.gr>
Mon, 18 Feb 2013 17:26:21 +0000 (19:26 +0200)
xseg/sys/user/python/setup.py
xseg/tools/archipelago/setup.py

index 86f61ae..209a8b7 100644 (file)
@@ -172,7 +172,7 @@ def find_package_data(
     return out
 
 setup(
-    name='python-xseg',
+    name='xseg',
     version=VERSION,
     license='BSD',
     url='http://code.grnet.gr/',
index 6bd0292..2c74a0e 100644 (file)
@@ -172,7 +172,7 @@ def find_package_data(
     return out
 
 setup(
-    name='python-archipelago',
+    name='archipelago',
     version=VERSION,
     license='BSD',
     url='http://code.grnet.gr/',