added metainfos to pyproject.toml

This commit is contained in:
Christoph Stahl 2024-09-23 17:54:34 +02:00
parent f70d02f75b
commit 09a9cd34ae

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "syng" name = "syng"
version = "2.0.0a1" version = "2.0.0a2"
description = "A all-in-one webbased karaoke system with YouTube support" description = "A all-in-one webbased karaoke system with YouTube support"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"] authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
@ -19,6 +19,10 @@ classifiers = [
"Topic :: Multimedia :: Video :: Display", "Topic :: Multimedia :: Video :: Display",
"Typing :: Typed" "Typing :: Typed"
] ]
homepage = "https://syng.rocks"
repository = "https://github.com/christofsteel/syng"
keywords = ["karaoke", "youtube", "web", "audio", "video", "player", "qt"]
[tool.poetry.scripts] [tool.poetry.scripts]