fix typos in pyproject
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 8 Mar 2023 20:56:28 +0000 (21:56 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 8 Mar 2023 20:56:28 +0000 (21:56 +0100)
pyproject.toml

index 7bd04941edec8129f8bebca291222cc538dcc4f5..d8d3fa9e552214db5b425b485b445ea07fb2fdd9 100644 (file)
@@ -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",