diff options
author | Андрій Орєхов <andriyorehov@gmail.com> | 2021-08-14 12:28:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 11:28:33 +0200 |
commit | 5c8edfa39b0e31490a581740aaff44656ec72348 (patch) | |
tree | eb2410acf65e1b5523423e5159f821343125d80c /setup.py | |
parent | 0c9a2198e4855ca1274c2bd5b2e6a9dbba9f8288 (diff) | |
download | python-lxml-5c8edfa39b0e31490a581740aaff44656ec72348.tar.gz |
Add link to Github for PyPi (GH-320)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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." |