projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44eec51
)
fix typos in pyproject
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 8 Mar 2023 20:56:28 +0000
(21:56 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 8 Mar 2023 20:56:28 +0000
(21:56 +0100)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 7bd04941edec8129f8bebca291222cc538dcc4f5..d8d3fa9e552214db5b425b485b445ea07fb2fdd9 100644
(file)
--- 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",