File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,18 @@ def checkversion(GEOS_dir):
109
109
datafiles = [os .path .join ('data' ,os .path .basename (f )) for f in datafiles ]
110
110
package_data = {'mpl_toolkits.basemap' :datafiles }
111
111
112
+ __version__ = "1.0.8"
112
113
setup (
113
114
name = "basemap" ,
114
- version = "1.0.8" ,
115
+ version = __version__ ,
115
116
description = "Plot data on map projections with matplotlib" ,
116
117
long_description = """
117
118
An add-on toolkit for matplotlib that lets you plot data
118
119
on map projections with coastlines, lakes, rivers and political boundaries.
119
120
See http://www.scipy.org/wikis/topical_software/Maps for an
120
121
example of what it can do.""" ,
121
122
url = "http://matplotlib.sourceforge.net/toolkits.html" ,
122
- download_url = "http ://sourceforge.net/projects /matplotlib" ,
123
+ download_url = "https ://downloads. sourceforge.net/project /matplotlib/matplotlib-toolkits/basemap-{0}/basemap-{0}.tar.gz" . format ( __version__ ) ,
123
124
author = "Jeff Whitaker" ,
124
125
author_email = "[email protected] " ,
125
126
platforms = ["any" ],
You can’t perform that action at this time.
0 commit comments