diff --git a/setup.py b/setup.py index e6d90c70d..b6946a463 100644 --- a/setup.py +++ b/setup.py @@ -428,7 +428,7 @@ args = dict( options = { "py2exe": py2exe_options, }, - classifiers = [ + classifiers = ( 'Environment :: Console', 'Intended Audience :: End Users/Desktop', 'Topic :: Multimedia :: Graphics', @@ -437,7 +437,7 @@ args = dict( 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', 'Operating System :: OS Independent', - ], + ), ) if __name__ == '__main__':