From 21815faf0fcf8b2b675c3faca1522abfc0e722c2 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Fri, 11 Nov 2022 11:04:50 -0800 Subject: [PATCH] Copybara import of the project: -- 2daf4262a1244bbe55c173ba45647169e521fcea by Andrii Oriekhov : add GitHub URL for PyPi COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/10841 from andriyor:patch-1 2daf4262a1244bbe55c173ba45647169e521fcea PiperOrigin-RevId: 487868530 --- python/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/setup.py b/python/setup.py index 2b6d28142611..e65631013eb7 100755 --- a/python/setup.py +++ b/python/setup.py @@ -439,6 +439,9 @@ def HasLibraryDirsOpt(): download_url='https://github.com/protocolbuffers/protobuf/releases', long_description="Protocol Buffers are Google's data interchange format", url='https://developers.google.com/protocol-buffers/', + project_urls={ + 'Source': 'https://github.com/protocolbuffers/protobuf', + }, maintainer='protobuf@googlegroups.com', maintainer_email='protobuf@googlegroups.com', license='BSD-3-Clause',