From b4849901754f56fb38f37e32a20560c706a5916e Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 17 Jan 2020 21:38:04 +0700 Subject: [PATCH] setup.py: Add repo url --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d563d1b..2eae508 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ def run(self): version=VERSION, description='Python OpenTracing Extensions for gRPC', long_description=readme(), + url='https://github.com/opentracing-contrib/python-grpc', author='LightStep', license='Apache', install_requires=['opentracing>=1.2.2', 'grpcio>=1.1.3,<2.0', 'six>=1.10'],