From 18c5521b89cd1d7968dff8eb03c1ec37ab4307c5 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 18 Jun 2014 19:43:18 -0500 Subject: [PATCH] URL Change --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc9759fe..4066ce0f 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description=open('README.txt').read(), author='Joel Lawhead', author_email='jlawhead@geospatialpython.com', - url='http://code.google.com/p/pyshp', + url='https://github.com/GeospatialPython/pyshp', py_modules=['shapefile'], license='MIT', zip_safe=False,