From 914b97c4e5e038457aa706409458eaaebf1e4f8d Mon Sep 17 00:00:00 2001 From: scoder Date: Sat, 10 Feb 2007 18:36:29 +0100 Subject: [svn r2094] it's mature, right? --HG-- branch : trunk --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 615508d6..570c8a93 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,9 @@ setup( description="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.", long_description=(("""\ -lxml is a Pythonic binding for the libxml2 and libxslt libraries. It provides -safe and convenient access to these libraries using the ElementTree API. +lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It +provides safe and convenient access to these libraries using the ElementTree +API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. -- cgit v1.2.1