diff --git a/README.md b/README.md index 32c6241..7850ce5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@

+ _Easily host karaoke events_

[![Matrix](https://img.shields.io/matrix/syng%3Amatrix.org?logo=matrix&label=%23syng%3Amatrix.org)](https://matrix.to/#/#syng:matrix.org) @@ -10,7 +11,6 @@ [![Website](https://img.shields.io/website?url=https%3A%2F%2Fsyng.rocks%2F&label=syng.rocks)](https://syng.rocks) [![Gitlab Pipeline Status](https://img.shields.io/gitlab/pipeline-status/christofsteel%2Fsyng2?gitlab_url=https%3A%2F%2Fgit.k-fortytwo.de%2F&branch=main&logo=python&label=mypy%2Bruff)](https://git.k-fortytwo.de/christofsteel/syng2) -Easily host karaoke events. **Syng** is an all-in-one karaoke software, consisting of a *backend server*, a *web frontend* and a *playback client*. Karaoke performers can search a library using the web frontend, and add songs to the queue. diff --git a/pyproject.toml b/pyproject.toml index e21d8ca..5cff4e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "syng" version = "2.0.1" -description = "All-in-one webbased karaoke system with YouTube support" +description = "Easily host karaoke events" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later" readme = "README.md"