Parcourir la source

Get the URLs right.

Chris McDonough il y a 17 ans
Parent
commit
7aeaa6833e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -61,7 +61,8 @@ dist = setup(
     name = 'supervisor',
     version = supervisor_version,
     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",
     long_description= DESC,
     classifiers = CLASSIFIERS,