소스 검색

Get the URLs right.

Chris McDonough 17 년 전
부모
커밋
7aeaa6833e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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,