[Zconfig] SVN: ZConfig/trunk/setup.py correct metadata: I really did write this.

Fred Drake fdrake at gmail.com
Fri Apr 9 10:27:58 EDT 2010


Log message for revision 110702:
  correct metadata: I really did write this.
  Setting the ZF as maintainer appears sufficient to appease the policy checker.
  

Changed:
  U   ZConfig/trunk/setup.py

-=-
Modified: ZConfig/trunk/setup.py
===================================================================
--- ZConfig/trunk/setup.py	2010-04-09 12:57:17 UTC (rev 110701)
+++ ZConfig/trunk/setup.py	2010-04-09 14:27:58 UTC (rev 110702)
@@ -21,8 +21,9 @@
 options = dict(
     name="ZConfig",
     version="0",
-    author="Zope Foundation and Contributors",
+    author="Fred L. Drake, Jr.",
     author_email="fred at zope.com",
+    maintainer="Zope Foundation and Contributors",
     description="Structured Configuration Library",
     long_description=README + "\n\n" + NEWS,
     license="ZPL 2.1",



More information about the ZConfig mailing list