You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2009/05/10 07:14:46 UTC

svn commit: r773306 - /incubator/thrift/trunk/lib/py/setup.py

Author: dreiss
Date: Sun May 10 05:14:44 2009
New Revision: 773306

URL: http://svn.apache.org/viewvc?rev=773306&view=rev
Log:
THRIFT-494. python: Update meta-information in setup.py

Modified:
    incubator/thrift/trunk/lib/py/setup.py

Modified: incubator/thrift/trunk/lib/py/setup.py
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/py/setup.py?rev=773306&r1=773305&r2=773306&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/py/setup.py (original)
+++ incubator/thrift/trunk/lib/py/setup.py Sun May 10 05:14:44 2009
@@ -26,11 +26,12 @@
                           )
 
 setup(name = 'Thrift',
-      version = '1.0',
+      version = '0.1',
       description = 'Thrift Python Libraries',
-      author = ['Mark Slee'],
-      author_email = ['mcslee@facebook.com'],
-      url = 'http://code.facebook.com/thrift',
+      author = ['Thrift Developers'],
+      author_email = ['thrift-dev@incubator.apache.org'],
+      url = 'http://incubator.apache.org/thrift/',
+      license = 'Apache License 2.0',
       packages = [
         'thrift',
         'thrift.protocol',