mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 19:35:39 +00:00
add metadata on PyPI through pyproject.toml
This commit is contained in:
@@ -4,6 +4,9 @@ version = "3.0.0"
|
|||||||
description = "Post a message to a matrix room with a simple HTTP POST"
|
description = "Post a message to a matrix room with a simple HTTP POST"
|
||||||
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
|
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
|
||||||
license = "BSD-2-Clause"
|
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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
|
|||||||
Reference in New Issue
Block a user