diff --git a/setup.py b/setup.py index 561409a5300176b0af867c4037e925cf7e6b01ee..c58d5675ebbcac705ec828e55a0ba9e6a1b2a2e6 100644 --- a/setup.py +++ b/setup.py @@ -189,6 +189,10 @@ opts = dict( author='Julien Mairal', author_email='spams.dev@inria.fr', url='https://thoth.inrialpes.fr/people/mairal/spams/', + project_urls={ + "Bug Reports": "https://github.com/getspams/spams-python/issues", + "Source": "https://github.com/getspams/spams-python", + }, license='GPLv3', python_requires='>=3', install_requires=['Cython>=0.29', 'numpy>=1.12', diff --git a/version b/version index dacc32b008abee77516e2844a77cf0549fa23780..c1532ad20954257a6c399481918cc7c377a1ff90 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.6.5.2 +2.6.5.3