build: project urls added to setup.py

This commit is contained in:
Fabian Joswig 2022-05-31 12:27:31 +01:00
parent e89a537f7c
commit 8a785601a6

View file

@ -9,6 +9,10 @@ setup(name='pyerrors',
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/fjosw/pyerrors",
project_urls= {
'Documentation': 'https://fjosw.github.io/pyerrors/pyerrors.html',
'Bug Tracker': 'https://github.com/fjosw/pyerrors/issues'
},
author='Fabian Joswig',
author_email='fabian.joswig@ed.ac.uk',
license="MIT",