summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorysitu <ysitu@users.noreply.github.com>2014-05-30 21:59:59 -0400
committerysitu <ysitu@users.noreply.github.com>2014-05-30 21:59:59 -0400
commitbf050813172905b5760d856d174d8ae1a3e2c547 (patch)
tree777c811cc9ff131a6248fa8195249ac229123988
parent5c6f40ae8e1d5e2642058de3c799e33981f58285 (diff)
downloadnetworkx-bf050813172905b5760d856d174d8ae1a3e2c547.tar.gz
Update release URLs and development status
-rw-r--r--networkx/release.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/networkx/release.py b/networkx/release.py
index 12238c7e..fd789299 100644
--- a/networkx/release.py
+++ b/networkx/release.py
@@ -224,12 +224,12 @@ authors = {'Hagberg' : ('Aric Hagberg','hagberg@lanl.gov'),
}
maintainer = "NetworkX Developers"
maintainer_email = "networkx-discuss@googlegroups.com"
-url = 'http://networkx.lanl.gov/'
-download_url="http://networkx.lanl.gov/download/networkx"
+url = 'http://networkx.github.io/'
+download_url= 'https://pypi.python.org/pypi/networkx/'
platforms = ['Linux','Mac OSX','Windows','Unix']
keywords = ['Networks', 'Graph Theory', 'Mathematics', 'network', 'graph', 'discrete mathematics', 'math']
classifiers = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',