diff --git a/LICENSE b/LICENSE index 849213e..f288702 100644 --- a/LICENSE +++ b/LICENSE @@ -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 + Copyright (C) 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. diff --git a/pyproject.toml b/pyproject.toml index 269fa78..4582c7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"