From f69533f6f51c211d9b15e50b468fa40da432eb66 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 8 Mar 2023 21:56:28 +0100 Subject: [PATCH] fix typos in pyproject --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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", -- 2.34.1