From b101f61f2c55a40b1710fa00795756dded226634 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Wed, 28 Apr 2021 08:43:11 +0100 Subject: [PATCH] add more links to setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index af78c875..5e5abe6e 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,11 @@ long_description=open('README.md').read(), long_description_content_type='text/markdown', url='https://github.com/schlegelp/pymaid', + project_urls={ + "Documentation": "http://pymaid.readthedocs.io", + "Source": "https://github.com/schlegelp/pymaid", + "Changelog": "https://pymaid.readthedocs.io/en/latest/source/whats_new.html", + }, author='Philipp Schlegel', author_email='pms70@cam.ac.uk', keywords='CATMAID interface neuron navis',