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):
109109datafiles = [os .path .join ('data' ,os .path .basename (f )) for f in datafiles ]
110110package_data = {'mpl_toolkits.basemap' :datafiles }
111111
112+ __version__ = "1.0.8"
112113setup (
113114 name = "basemap" ,
114- version = "1.0.8" ,
115+ version = __version__ ,
115116 description = "Plot data on map projections with matplotlib" ,
116117 long_description = """
117118 An add-on toolkit for matplotlib that lets you plot data
118119 on map projections with coastlines, lakes, rivers and political boundaries.
119120 See http://www.scipy.org/wikis/topical_software/Maps for an
120121 example of what it can do.""" ,
121122 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__ ) ,
123124 author = "Jeff Whitaker" ,
124125 author_email = "jeffrey.s.whitaker@noaa.gov" ,
125126 platforms = ["any" ],
You can’t perform that action at this time.
0 commit comments