From f12e983d97fd53230e7fcb966cf98467c2db63ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Weiy=C3=BCen=20Wu?= Date: Thu, 7 Dec 2017 14:38:19 -0800 Subject: [PATCH] fix comma missing in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c892b0d..0cd54a0 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ author_email='doomsplayer@gmail.com', license='MIT', classifiers=[ - 'Development Status :: 2 - Pre-Alpha' + 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'Topic :: Multimedia :: Graphics :: Editors', 'License :: OSI Approved :: MIT License',