Skip to content

Commit 4810136

Browse files
committed
update url in setup.py to point to github instead of googlecode
1 parent 20517be commit 4810136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def getnetcdfvers(libdirs):
336336
long_description = "netCDF version 4 has many features not found in earlier versions of the library, such as hierarchical groups, zlib compression, multiple unlimited dimensions, and new data types. It is implemented on top of HDF5. This module implements most of the new features, and can read and write netCDF files compatible with older versions of the library. The API is modelled after Scientific.IO.NetCDF, and should be familiar to users of that module.\n\nThis project has a `Subversion repository <http://code.google.com/p/netcdf4-python/source>`_ where you may access the most up-to-date source.",
337337
author = "Jeff Whitaker",
338338
author_email = "[email protected]",
339-
url = "http://netcdf4-python.googlecode.com/svn/trunk/docs/netCDF4-module.html",
339+
url = "http://github.com/Unidata/netcdf4-python",
340340
download_url = "http://python.org/pypi/netCDF4",
341341
scripts = ['utils/nc3tonc4','utils/nc4tonc3','utils/ncinfo'],
342342
platforms = ["any"],

0 commit comments

Comments
 (0)