From 48a890e7f42ca88cfdf26d13a807f9abf9cce021 Mon Sep 17 00:00:00 2001
From: jaseg <git@jaseg.de>
Date: Mon, 7 Feb 2022 00:00:08 +0100
Subject: Add doc link to PyPI

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 44bcb2c..c32f65a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,11 +19,11 @@ setup(
     long_description_content_type='text/markdown',
     url='https://gitlab.com/gerbolyze/gerbonara',
     project_urls={
-        # 'Documentation': 'https://packaging.python.org/tutorials/distributing-packages/',
+        'Documentation': 'https://gerbolyze.gitlab.io/gerbonara/',
         # 'Funding': 'https://donate.pypi.org',
         # 'Say Thanks!': 'http://saythanks.io/to/example',
-        'Source': 'https://gitlab.com/gerbonara/gerbonara',
-        'Tracker': 'https://gitlab.com/gerbonara/gerbonara/issues',
+        'Source': 'https://gitlab.com/gerbolyze/gerbonara',
+        'Tracker': 'https://gitlab.com/gerbolyze/gerbonara/issues',
     },
     packages=find_packages(exclude=['tests']),
     install_requires=['click'],
-- 
cgit