From: Marcel van der Veldt Date: Wed, 8 Mar 2023 20:56:28 +0000 (+0100) Subject: fix typos in pyproject X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f69533f6f51c211d9b15e50b468fa40da432eb66;p=music-assistant-server.git fix typos in pyproject --- diff --git a/pyproject.toml b/pyproject.toml index 7bd04941..d8d3fa9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,12 +5,13 @@ build-backend = "setuptools.build_meta" [project] name = "music_assistant" dynamic = ["version"] -license = "Apache-2.0" +license = {text = "Apache-2.0"} description = "Music Assistant" readme = "README.md" requires-python = ">=3.11" -author = "marcelveldt" -author_email = "marcelveldt@users.noreply.github.com" +authors = [ + {name = "The usic Assistant Authors", email = "marcelveldt@users.noreply.github.com"} +] classifiers = [ "Environment :: Console", "Programming Language :: Python :: 3.11",