diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2021-01-10 17:43:27 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2021-01-10 17:43:27 +0100 |
commit | 7e86331a920eef09248297813e27e1851a25fa61 (patch) | |
tree | fc139b88dd946b6e01861f481cd50e9dd10b1d86 /setup.py | |
parent | 126496c3824f70cb19c8bd489050e0dfd38926a1 (diff) |
Add project URLs for PyPI
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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', |