From 5354ae6b1190cd095ee73dec8a257d26063c40ab Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 16 Apr 2020 00:41:07 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d0377619..02e50299 100644 --- 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 -- 2.34.1