From bb93c52f13c141ebe9d0c05a0e69710aa2023441 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 16 Jul 2022 18:01:15 +0200 Subject: Add project urls to the setup --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f447a72..09e35dd 100644 --- a/setup.py +++ b/setup.py @@ -36,9 +36,9 @@ setup( 'Topic :: Software Development :: User Interfaces', ], project_urls={ - 'Source': '', - 'Documentation': '', - 'Tracker': '', + 'Source': 'https://git.sr.ht/~valhalla/hazwaz', + 'Documentation': 'https://hazwaz.trueelena.org/', + 'Tracker': 'https://todo.sr.ht/~valhalla/hazwaz', 'Mailing lists': '', }, ) -- cgit v1.2.3