mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
build: project urls added to setup.py
This commit is contained in:
parent
e89a537f7c
commit
8a785601a6
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue