diff --git a/setup.py b/setup.py index 78b0b72..9492075 100755 --- a/setup.py +++ b/setup.py @@ -9,6 +9,10 @@ packages = ['optunity', 'optunity.tests', 'optunity.solvers'], scripts = [], url = 'http://www.optunity.net', + project_urls = { + "Source Code": "https://github.com/claesenm/optunity", + "Bug Tracker": "https://github.com/claesenm/optunity/issues", + }, license = 'LICENSE.txt', description = 'Optimization routines for hyperparameter tuning.', long_description = open('README.rst').read(),