diff options
author | Jisi Liu <liujisi@google.com> | 2016-05-18 11:44:56 -0700 |
---|---|---|
committer | Jisi Liu <liujisi@google.com> | 2016-05-18 11:44:56 -0700 |
commit | cbb9183e89fe5c87226955d9bf46094cb21a762e (patch) | |
tree | fc59d0b05a1ab089f93ff5c8bcefdc3d1a97b8f8 /python | |
parent | 32e3d7a1098fa09a7773a90d7c8bf175c73fee23 (diff) | |
parent | 97aa8a07845391c413b197a8e709bb93ece4a558 (diff) |
Merge pull request #1559 from google/beta-3
Merge beta-3 release branch again.
Diffstat (limited to 'python')
-rwxr-xr-x | python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py index 0f4b53c4..76f0cbc8 100755 --- a/python/setup.py +++ b/python/setup.py @@ -219,6 +219,7 @@ if __name__ == '__main__': 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', |