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,