From a7c24c6769de2fb148095fdb7e5e108f35ef856b Mon Sep 17 00:00:00 2001 From: odrling Date: Mon, 1 Jan 2024 19:38:42 +0100 Subject: [PATCH] pyproject: add project urls --- LICENSE | 2 +- pyproject.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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"