[Erp5-report] r29910 - /erp5/trunk/utils/xml_marshaller/setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 22 11:33:02 CEST 2009


Author: nicolas
Date: Thu Oct 22 11:33:02 2009
New Revision: 29910

URL: http://svn.erp5.org?rev=29910&view=rev
Log:
add Maintainer Metadata

Modified:
    erp5/trunk/utils/xml_marshaller/setup.py

Modified: erp5/trunk/utils/xml_marshaller/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/xml_marshaller/setup.py?rev=29910&r1=29909&r2=29910&view=diff
==============================================================================
--- erp5/trunk/utils/xml_marshaller/setup.py [utf8] (original)
+++ erp5/trunk/utils/xml_marshaller/setup.py [utf8] Thu Oct 22 11:33:02 2009
@@ -10,6 +10,7 @@
 Marshals simple Python data types into a custom XML format.
 The Marshaller and Unmarshaller classes can be subclassed in order
 to implement marshalling into a different XML DTD.
+Originals Author are XML-SIG (xml-sig at python.org).
 Fully compatible with PyXML implementation, enable namespace support for
 XML Input/Output.
 Implemented with lxml""",
@@ -21,6 +22,8 @@
       keywords='XML marshaller',
       author='XML-SIG',
       author_email='xml-sig at python.org',
+      maintainer='Nicolas Delaby',
+      maintainer_email='nicolas at nexedi.com',
       url='http://www.python.org/community/sigs/current/xml-sig/',
       license='Python License (CNRI Python License)',
       packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),




More information about the Erp5-report mailing list