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'],