diff --git a/setup.py b/setup.py index afc6ecd..58cfb5d 100644 --- a/setup.py +++ b/setup.py @@ -31,4 +31,9 @@ "Operating System :: OS Independent", ], python_requires='>=3.6', + project_urls={ + 'Homepage': 'https://github.com/BEL-Public/mffpy', + 'Bug Reports': 'https://github.com/BEL-Public/mffpy/issues', + 'Source': 'https://github.com/BEL-Public/mffpy', + }, )