Browse Source

Merge pull request #1546 from pherl/beta-3

Added download_url to be able to upload to pypi.
Jisi Liu 9 năm trước cách đây
mục cha
commit
67d2d45d73
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      python/setup.py

+ 1 - 0
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',