Prefer tuple over lists.
This commit is contained in:
parent
181a643f43
commit
3f56cc1f2b
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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__':
|
||||
|
|
Loading…
Reference in a new issue