added metainfos to pyproject.toml
This commit is contained in:
parent
f70d02f75b
commit
09a9cd34ae
1 changed files with 5 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue