From e049506269abbf359fb933f57d94e3ea85c26480 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 30 Dec 2020 14:46:51 +0700 Subject: [PATCH] setup.py: Add url --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d563d1b..46c915c 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ def run(self): long_description=readme(), author='LightStep', license='Apache', + url="https://github.com/opentracing-contrib/python-grpc", install_requires=['opentracing>=1.2.2', 'grpcio>=1.1.3,<2.0', 'six>=1.10'], setup_requires=['pytest-runner'], tests_require=['pytest', 'future'],