From ddcc0167f5fb93c1acdec8025e682348cb452228 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 23 Oct 2019 08:50:13 +0100 Subject: [PATCH] Add link to Github on PyPI Currently the [PyPI page](https://pypi.org/project/google-measurement-protocol/) doesn't reflect the origin of this package, which is (presumably) this repo. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2e4352e..5a81c58 100755 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( name='google-measurement-protocol', author='Mirumee Software', + url='https://github.com/mirumee/google-measurement-protocol', author_email='hello@mirumee.com', description=( 'A Python implementation of Google Analytics Measurement Protocol'),