pyproject: add project urls

This commit is contained in:
odrling 2024-01-01 19:38:42 +01:00
parent 375a7d3808
commit a7c24c6769
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B
2 changed files with 6 additions and 1 deletions

View file

@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
hikari_uploader Copyright (C) 2024 Florian Badie
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

View file

@ -14,6 +14,11 @@ dependencies = [
"typer",
]
[project.urls]
Homepage = "https://codeberg.org/odrling/hikari_uploader"
Repository = "https://codeberg.org/odrling/hikari_uploader.git"
Issues = "https://codeberg.org/odrling/hikari_uploader/issues"
[project.scripts]
hikari = "hikari.hikari:main"