Sfoglia il codice sorgente

- Fix copyrights.

- Remove download_url (force clients to download from PyPI).

- Remove revision id from setup.py (CVS fossil).
Chris McDonough 15 anni fa
parent
commit
edcb586f35
2 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 1 1
      COPYRIGHT.txt
  2. 1 4
      setup.py

+ 1 - 1
COPYRIGHT.txt

@@ -1,4 +1,4 @@
-Supervisor is Copyright (c) 2007 Agendaless Consulting and Contributors.
+Supervisor is Copyright (c) 2006-2010 Agendaless Consulting and Contributors.
 (http://www.agendaless.com), All Rights Reserved
 
   This software is subject to the provisions of the license at

+ 1 - 4
setup.py

@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Agendaless Consulting and Contributors.
+# Copyright (c) 2006-2010 Agendaless Consulting and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the BSD-like license at
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 
-__revision__ = '$Id$'
-
 import urllib
 import urllib2
 if not hasattr(urllib2, 'splituser'):
@@ -63,7 +61,6 @@ dist = setup(
     version = supervisor_version,
     license = 'BSD-derived (http://www.repoze.org/LICENSE.txt)',
     url = 'http://supervisord.org/',
-    download_url = 'http://dist.supervisord.org/',
     description = "A system for controlling process state under UNIX",
     long_description= DESC,
     classifiers = CLASSIFIERS,