From 17e86512cf85ee563ed8f6a22ffc2085befa7f21 Mon Sep 17 00:00:00 2001
From: GD <gd.dev@libertymail.net>
Date: Fri, 11 Mar 2022 15:10:17 +0100
Subject: [PATCH] reference github repository in setup.py

---
 setup.py | 4 ++++
 version  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 561409a..c58d567 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 dacc32b..c1532ad 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.6.5.2
+2.6.5.3
-- 
GitLab