瀏覽代碼

Update maintainer info

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

+ 2 - 4
docs/development.rst

@@ -47,10 +47,8 @@ The following people are responsible for creating Supervisor.
 Primary Authors and Maintainers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- `Chris McDonough <http://plope.com>`_ is the original author of Supervisor.
-
-- `Mike Naberezny <http://mikenaberezny.com>`_ is the primary maintainer
-  of Supervisor.
+- `Chris McDonough <http://plope.com>`_ is the original author of Supervisor
+and the primary maintainer.
 
 Contributors
 ~~~~~~~~~~~~

+ 2 - 2
setup.py

@@ -63,8 +63,8 @@ dist = setup(
     classifiers = CLASSIFIERS,
     author = "Chris McDonough",
     author_email = "chrism@plope.com",
-    maintainer = "Mike Naberezny",
-    maintainer_email = "mike@naberezny.com",
+    maintainer = "Chris McDonough",
+    maintainer_email = "chrism@plope.com",
     packages = find_packages(),
     install_requires = requires,
     extras_require = {'iterparse':['cElementTree >= 1.0.2']},