Procházet zdrojové kódy

Update maintainer info

Mike Naberezny před 11 roky
rodič
revize
e3a33f65bf
2 změnil soubory, kde provedl 4 přidání a 6 odebrání
  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']},