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:
423efb7
)
Update setup.py
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 15 Apr 2020 22:41:07 +0000
(
00:41
+0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 15 Apr 2020 22:41:07 +0000
(
00:41
+0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index d0377619eec813bc721dc39ef4f6938ad42e95b8..02e502998466beeeb059019175f66913896cb8da 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-26,9
+26,9
@@
setuptools.setup(
long_description_content_type="text/markdown",
url = 'https://github.com/marcelveldt/musicassistant.git',
packages=['music_assistant'],
- classifiers=
(
+ classifiers=
[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
-
)
,
+
]
,
install_requires=INSTALL_REQUIRES,
)
\ No newline at end of file