aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-07-16 18:01:15 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-07-16 18:01:15 +0200
commitbb93c52f13c141ebe9d0c05a0e69710aa2023441 (patch)
treeebbe3c20792d4cae5a1552ec8194352b08c7ab97
parent9cbe19d3dad54947e9edddd037ca51fdbbbe70d4 (diff)
Add project urls to the setup
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
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': '',
},
)