Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
fix documentation link
  • Loading branch information
baronefr authored Oct 10, 2024
1 parent fca926a commit 8cf31f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -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__"
Expand Down

0 comments on commit 8cf31f3

Please sign in to comment.