File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,13 @@ def checkversion(GEOS_dir):
119
119
on map projections with coastlines, lakes, rivers and political boundaries.
120
120
See http://www.scipy.org/wikis/topical_software/Maps for an
121
121
example of what it can do.""" ,
122
- url = "http://matplotlib.sourceforge.net/toolkits.html" ,
122
+ url = "http://matplotlib.org/basemap" ,
123
+ # sourceforge download
123
124
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",
124
129
author = "Jeff Whitaker" ,
125
130
author_email = "[email protected] " ,
126
131
platforms = ["any" ],
You can’t perform that action at this time.
0 commit comments