Browse Source

Get the URLs right.

Chris McDonough 17 years ago
parent
commit
7aeaa6833e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -61,7 +61,8 @@ dist = setup(
     name = 'supervisor',
     name = 'supervisor',
     version = supervisor_version,
     version = supervisor_version,
     license = 'BSD-derived (http://www.repoze.org/LICENSE.txt)',
     license = 'BSD-derived (http://www.repoze.org/LICENSE.txt)',
-    url = 'http://www.plope.com/software/supervisor2/',
+    url = 'http://supervisord.org/',
+    download_url = 'http://supervisord.org/dist/'
     description = "A system for controlling process state under UNIX",
     description = "A system for controlling process state under UNIX",
     long_description= DESC,
     long_description= DESC,
     classifiers = CLASSIFIERS,
     classifiers = CLASSIFIERS,