Skip to content

Commit 657b410

Browse files
committed
Use list instead of tuple for classifiers in setup.py
Signed-off-by: Stephen Gallagher <[email protected]>
1 parent 16389a0 commit 657b410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
'console_scripts': [
4040
'ModulemdTranslationHelpers=ModulemdTranslationHelpers.cli:cli'],
4141
},
42-
classifiers=(
42+
classifiers=[
4343
"Programming Language :: Python :: 3",
4444
"License :: OSI Approved :: MIT License",
4545
"Operating System :: POSIX :: Linux",
46-
),
46+
],
4747
include_package_data=True,
4848
)

0 commit comments

Comments
 (0)