summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorscoder <none@none>2007-02-10 18:36:29 +0100
committerscoder <none@none>2007-02-10 18:36:29 +0100
commit914b97c4e5e038457aa706409458eaaebf1e4f8d (patch)
tree7d0c30ac66e23a3aa19697cba5e011b1ffe20efe /setup.py
parent820fea4684c221a329a5f09fbbdb4eee451c43f4 (diff)
downloadpython-lxml-914b97c4e5e038457aa706409458eaaebf1e4f8d.tar.gz
[svn r2094] it's mature, right?
--HG-- branch : trunk
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
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.