Commit ab1a94ba authored by Nicolas Delaby's avatar Nicolas Delaby

Extend description

parent 991221ed
...@@ -9,7 +9,10 @@ setup(name='xml_marshaller', ...@@ -9,7 +9,10 @@ setup(name='xml_marshaller',
long_description=""" long_description="""
Marshals simple Python data types into a custom XML format. Marshals simple Python data types into a custom XML format.
The Marshaller and Unmarshaller classes can be subclassed in order The Marshaller and Unmarshaller classes can be subclassed in order
to implement marshalling into a different XML DTD.""", to implement marshalling into a different XML DTD.
Fully compatible with PyXML implementation, enable namespace support for
XML Input/Output.
Implemented with lxml""",
classifiers=['Development Status :: 4 - Beta', classifiers=['Development Status :: 4 - Beta',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: Python License (CNRI Python License)', 'License :: OSI Approved :: Python License (CNRI Python License)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment