From 09a9cd34ae36e1e18720117a242fe7e93289a194 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Mon, 23 Sep 2024 17:54:34 +0200 Subject: [PATCH] added metainfos to pyproject.toml --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 710a9c2..ad68056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.0a1" +version = "2.0.0a2" description = "A all-in-one webbased karaoke system with YouTube support" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later" @@ -19,6 +19,10 @@ classifiers = [ "Topic :: Multimedia :: Video :: Display", "Typing :: Typed" ] +homepage = "https://syng.rocks" +repository = "https://github.com/christofsteel/syng" +keywords = ["karaoke", "youtube", "web", "audio", "video", "player", "qt"] + [tool.poetry.scripts]