[Lxml-checkins] r34005 - lxml/branch/lxml-1.1
scoder at codespeak.net
scoder at codespeak.net
Wed Nov 1 12:55:30 CET 2006
Author: scoder
Date: Wed Nov 1 12:55:29 2006
New Revision: 34005
Modified:
lxml/branch/lxml-1.1/setup.py
Log:
download URL
Modified: lxml/branch/lxml-1.1/setup.py
==============================================================================
--- lxml/branch/lxml-1.1/setup.py (original)
+++ lxml/branch/lxml-1.1/setup.py Wed Nov 1 12:55:29 2006
@@ -185,6 +185,7 @@
maintainer="lxml dev team",
maintainer_email="lxml-dev at codespeak.net",
url="http://codespeak.net/lxml",
+ download_url="http://cheeseshop.python.org/packages/source/l/lxml/lxml-%s.tar.gz" % version,
description="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.",
More information about the lxml-checkins
mailing list