Commit 67d2d45d authored by Jisi Liu's avatar Jisi Liu

Merge pull request #1546 from pherl/beta-3

Added download_url to be able to upload to pypi.
parents 3470b689 b3bb46c5
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment