Parcourir la source

Really get the links right.

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

+ 1 - 1
setup.py

@@ -62,7 +62,7 @@ dist = setup(
     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://supervisord.org/',
     url = 'http://supervisord.org/',
-    download_url = 'http://supervisord.org/dist/'
+    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,