Skip to content

Commit 4b53bf1

Browse files
author
Jeff Whitaker
committed
fix homepage url in setup.py
1 parent 1c42a40 commit 4b53bf1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,13 @@ def checkversion(GEOS_dir):
119119
on map projections with coastlines, lakes, rivers and political boundaries.
120120
See http://www.scipy.org/wikis/topical_software/Maps for an
121121
example of what it can do.""",
122-
url = "http://matplotlib.sourceforge.net/toolkits.html",
122+
url = "http://matplotlib.org/basemap",
123+
# sourceforge download
123124
download_url = "https://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-{0}/basemap-{0}.tar.gz".format(__version__),
125+
# github download tag
126+
#download_url = "https://github.com/matplotlib/basemap/tarball/v{0}rel".format(__version__),
127+
# github download master
128+
#download_url = "https://github.com/matplotlib/basemap/tarball/master",
124129
author = "Jeff Whitaker",
125130
author_email = "[email protected]",
126131
platforms = ["any"],

0 commit comments

Comments
 (0)