summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-03-24 10:22:21 +0100
committerStefan Behnel <stefan_ml@behnel.de>2013-03-24 10:22:21 +0100
commit73e30e4cc23dc30805a4ca0cb2870a9e2f7fc0d3 (patch)
tree4581a878b087901169d51d03cf2ac30d6ca5c8e7 /setup.py
parentce71464cbdc5536ca50a8a44797319ab4fb0d7d3 (diff)
downloadpython-lxml-73e30e4cc23dc30805a4ca0cb2870a9e2f7fc0d3.tar.gz
set bugtrack URL in setup.py metadata
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 47fc9fb5..253a0772 100644
--- a/setup.py
+++ b/setup.py
@@ -164,6 +164,7 @@ setup(
maintainer_email="lxml-dev@lxml.de",
url="http://lxml.de/",
download_url="http://pypi.python.org/packages/source/l/lxml/lxml-%s.tar.gz" % versioninfo.version(),
+ bugtrack_url="https://bugs.launchpad.net/lxml",
description="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.",