THRIFT-494. python: Update meta-information in setup.py
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@773306 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/py/setup.py b/lib/py/setup.py
index 7483711..d111bb1 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -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',