You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/25 13:48:58 UTC

svn commit: r1127483 - /libcloud/trunk/setup.py

Author: tomaz
Date: Wed May 25 11:48:57 2011
New Revision: 1127483

URL: http://svn.apache.org/viewvc?rev=1127483&view=rev
Log:
Update author email and website url.

Modified:
    libcloud/trunk/setup.py

Modified: libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/setup.py?rev=1127483&r1=1127482&r2=1127483&view=diff
==============================================================================
--- libcloud/trunk/setup.py (original)
+++ libcloud/trunk/setup.py Wed May 25 11:48:57 2011
@@ -150,7 +150,7 @@ setup(
     version=read_version_string(),
     description='A unified interface into many cloud server providers',
     author='Apache Software Foundation',
-    author_email='libcloud@incubator.apache.org',
+    author_email='dev@libcloud.apache.org',
     requires=([], ['ssl', 'simplejson'],)[pre_python26],
     packages=[
         'libcloud',
@@ -170,7 +170,7 @@ setup(
         'libcloud': ['data/*.json']
     },
     license='Apache License (2.0)',
-    url='http://incubator.apache.org/libcloud/',
+    url='http://libcloud.apache.org/',
     cmdclass={
         'test': TestCommand,
         'apidocs': ApiDocsCommand,