Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2021-01-10 17:43:27 +0100
committerArthur de Jong <arthur@arthurdejong.org>2021-01-10 17:43:27 +0100
commit7e86331a920eef09248297813e27e1851a25fa61 (patch)
treefc139b88dd946b6e01861f481cd50e9dd10b1d86 /setup.py
parent126496c3824f70cb19c8bd489050e0dfd38926a1 (diff)
Add project URLs for PyPI
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3c74d69..d0691e7 100755
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,10 @@ setup(
author='Arthur de Jong',
author_email='arthur@arthurdejong.org',
url='https://arthurdejong.org/python-stdnum/',
+ project_urls={
+ 'Documentation': 'https://arthurdejong.org/python-stdnum/doc/',
+ 'GitHub': 'https://github.com/arthurdejong/python-stdnum/',
+ },
license='LGPL',
classifiers=[
'Development Status :: 5 - Production/Stable',