build: add links and description to pyproject.toml
1 files changed, 4 insertions(+), 1 deletions(-) M pyproject.toml
M pyproject.toml => pyproject.toml +4 -1
@@ 1,7 1,10 @@ [tool.poetry] name = "sleamdge" version = "0.0.0-dev0" description = "" description = "A steam chat/XMPP gateway" homepage = "https://git.sr.ht/~nicoco/sleamdge" repository = "https://git.sr.ht/~nicoco/sleamdge" documentation = "https://slidge.im/sleamdge" authors = ["nicoco <nicoco@nicoco.fr>"] readme = "README.md"