summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorАндрій Орєхов <andriyorehov@gmail.com>2021-08-14 12:28:33 +0300
committerGitHub <noreply@github.com>2021-08-14 11:28:33 +0200
commit5c8edfa39b0e31490a581740aaff44656ec72348 (patch)
treeeb2410acf65e1b5523423e5159f821343125d80c /setup.py
parent0c9a2198e4855ca1274c2bd5b2e6a9dbba9f8288 (diff)
downloadpython-lxml-5c8edfa39b0e31490a581740aaff44656ec72348.tar.gz
Add link to Github for PyPi (GH-320)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cba54809..123028c4 100644
--- a/setup.py
+++ b/setup.py
@@ -196,7 +196,9 @@ setup(
# `Unknown distribution option: 'bugtrack_url'`
# which distract folks from real causes of problems when troubleshooting
# bugtrack_url="https://bugs.launchpad.net/lxml",
-
+ project_urls={
+ "Source": "https://github.com/lxml/lxml",
+ },
description=(
"Powerful and Pythonic XML processing library"
" combining libxml2/libxslt with the ElementTree API."