Commit b3bb46c5 authored by Jisi Liu's avatar Jisi Liu

Added download_url to be able to upload to pypi.

parent 3470b689
...@@ -219,6 +219,7 @@ if __name__ == '__main__': ...@@ -219,6 +219,7 @@ if __name__ == '__main__':
name='protobuf', name='protobuf',
version=GetVersion(), version=GetVersion(),
description='Protocol Buffers', description='Protocol Buffers',
download_url='https://github.com/google/protobuf/releases',
long_description="Protocol Buffers are Google's data interchange format", long_description="Protocol Buffers are Google's data interchange format",
url='https://developers.google.com/protocol-buffers/', url='https://developers.google.com/protocol-buffers/',
maintainer='protobuf@googlegroups.com', 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