add metadata on PyPI through pyproject.toml
This commit is contained in:
parent
8a3bbef54c
commit
fbcae98390
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ version = "3.0.0"
|
|||
description = "Post a message to a matrix room with a simple HTTP POST"
|
||||
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
|
||||
license = "BSD-2-Clause"
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/nim65s/matrix-webhook"
|
||||
repository = "https://github.com/nim65s/matrix-webhook.git"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
|
Loading…
Reference in a new issue