From 91e6bacf6be92727b82e2be765626127ec833dd4 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Fri, 15 Aug 2014 10:11:15 -0700 Subject: [PATCH] url in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 912d243..17ae9d3 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ license='BSD', author='Matthew Perry', author_email='perrygeo@gmail.com', - url='http://geopandas.org', + url='https://github.com/perrygeo/simanneal', long_description=LONG_DESCRIPTION, packages=['simanneal'], install_requires=[],