From 8cf31f3e804dc60d6e11bec15c2440e87f923c3f Mon Sep 17 00:00:00 2001 From: Francesco Barone <62724611+baronefr@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:35:21 +0200 Subject: [PATCH] Update pyproject.toml fix documentation link --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb572aa..127ee8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta" [project] name = "botHermes" -version = "2.2.0-1" +version = "2.2.0-2" description = "Telegram bot for messages, task notifications & system management" readme = "README.md" license = {file = "LICENSE"} @@ -32,7 +32,8 @@ classifiers = [ [project.urls] Homepage = "https://github.com/baronefr/hermes" Issues = "https://github.com/baronefr/hermes/issues" -Documentation = "https://hermes-bot.readthedocs.io/en/latest/" +Repository = "https://github.com/baronefr/hermes" +Documentation = "https://bothermes.readthedocs.io" [project.scripts] hermes = "hermes:__main__"