diff --git a/setup.py b/setup.py index bc9759f..4066ce0 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,