commit | b3bb46c51bd611e61df6bd485f900b59686176ac | [log] [tgz] |
---|---|---|
author | Jisi Liu <jisi.liu@gmail.com> | Tue May 17 10:46:54 2016 -0700 |
committer | Jisi Liu <jisi.liu@gmail.com> | Tue May 17 10:50:43 2016 -0700 |
tree | d7b95e202984d6ec4376c193b856e3ef8439e9c2 | |
parent | 3470b6895aa659b7559ed678e029a5338e535f14 [diff] [blame] |
Added download_url to be able to upload to pypi.
diff --git a/python/setup.py b/python/setup.py index 0f4b53c..76f0cbc 100755 --- a/python/setup.py +++ b/python/setup.py
@@ -219,6 +219,7 @@ name='protobuf', version=GetVersion(), description='Protocol Buffers', + download_url='https://github.com/google/protobuf/releases', long_description="Protocol Buffers are Google's data interchange format", url='https://developers.google.com/protocol-buffers/', maintainer='protobuf@googlegroups.com',