瀏覽代碼

Update maintainer info

Mike Naberezny 14 年之前
父節點
當前提交
df78f64a9f
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 4 4
      docs/development.rst
  2. 2 2
      setup.py

+ 4 - 4
docs/development.rst

@@ -47,7 +47,10 @@ The following people are responsible for creating Supervisor.
 Primary Authors and Maintainers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- Chris McDonough (`Agendaless Consulting, Inc. <http://agendaless.com>`_)
+- `Chris McDonough <http://plope.com>`_ is the original author of Supervisor.
+
+- `Mike Naberezny <http://mikenaberezny.com>`_ is the primary maintainer
+  of Supervisor.
 
 Contributors
 ~~~~~~~~~~~~
@@ -59,9 +62,6 @@ Contributors
 - Derek DeVries: Derek did the web design of Supervisor’s internal web
   interface and website logos.
 
-- Mike Naberezny: Mike contributed to the design and implementation of
-  Supervisor versions 2 and 3.
-
 - Guido van Rossum: Guido authored ``zdrun`` and ``zdctl``, the
   programs from Zope that were the original basis for Supervisor.  He
   also created Python, the programming language that Supervisor is

+ 2 - 2
setup.py

@@ -72,8 +72,8 @@ dist = setup(
     classifiers = CLASSIFIERS,
     author = "Chris McDonough",
     author_email = "chrism@plope.com",
-    maintainer = "Chris McDonough",
-    maintainer_email = "chrism@plope.com",
+    maintainer = "Mike Naberezny",
+    maintainer_email = "mike@naberezny.com",
     package_dir = {'':'src'},
     packages = find_packages(os.path.join(here, 'src')),
     # put data files in egg 'doc' dir