From 2a307f533ca9c01ecbeb24a7936509093d74cdfe Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Tue, 1 Mar 2016 19:52:09 +0300 Subject: [PATCH] Update url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a0a116f..e899d32e 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ author='Jeffrey Scudder', author_email='j.s@google.com', license='Apache 2.0', - url='http://code.google.com/p/gdata-python-client/', + url='https://github.com/google/gdata-python-client', packages=[ 'atom', 'gdata',