You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2009/12/10 07:06:03 UTC

svn commit: r889104 - /incubator/libcloud/trunk/setup.py

Author: pquerna
Date: Thu Dec 10 06:06:03 2009
New Revision: 889104

URL: http://svn.apache.org/viewvc?rev=889104&view=rev
Log:
Change package name from libcloud to apache-libcloud

Modified:
    incubator/libcloud/trunk/setup.py

Modified: incubator/libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/setup.py?rev=889104&r1=889103&r2=889104&view=diff
==============================================================================
--- incubator/libcloud/trunk/setup.py (original)
+++ incubator/libcloud/trunk/setup.py Thu Dec 10 06:06:03 2009
@@ -44,7 +44,7 @@
         res = t.run(tests)
         sys.exit(not res.wasSuccessful())
 
-setup(name = 'libcloud',
+setup(name = 'apache-libcloud',
       version = '0.1.1',
       description = 'A unified interface into many cloud server providers',
       author = 'Apache Software Foundation',