From 764dcaf29bb84298e799f7d8b3a43275ad791677 Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Sat, 23 Mar 2019 07:55:35 -0500 Subject: [PATCH] Update url- fixes issue #214 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47d695f72..05a8a9380 100644 --- a/setup.py +++ b/setup.py @@ -208,7 +208,7 @@ def get_version(): from one map projection coordinate system to another. Coordinates can be given as numpy arrays, python arrays, lists or scalars. Optimized for numpy arrays.""", - url="https://github.com/jswhit/pyproj", + url="https://github.com/pyproj4/pyproj", download_url="http://python.org/pypi/pyproj", author="Jeff Whitaker", author_email="jeffrey.s.whitaker@noaa.gov",