diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-07-16 18:01:15 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-07-16 18:01:15 +0200 |
commit | bb93c52f13c141ebe9d0c05a0e69710aa2023441 (patch) | |
tree | ebbe3c20792d4cae5a1552ec8194352b08c7ab97 /setup.py | |
parent | 9cbe19d3dad54947e9edddd037ca51fdbbbe70d4 (diff) |
Add project urls to the setup
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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': '', }, ) |