From 1cf0afdfcf0198c29fef6f0195b5d3d21e581070 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 28 May 2021 10:43:20 +0200 Subject: [PATCH] chore(setup.py): add url This will link the PyPI page to/with the GitHub repo. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 53761c9..b0e5654 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ version="43.12.0", author="Seth Nickell", author_email="snickell@gmail.com", + url='https://github.com/snickell/google_structlog', description="Send queryable JSON structured logs to Google Cloud (GCP) stackdriver from python apps", long_description=long_description, long_description_content_type="text/markdown",