Skip to content

Commit

Permalink
Use list instead of tuple for classifiers in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Sep 25, 2018
1 parent 16389a0 commit 657b410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
'console_scripts': [
'ModulemdTranslationHelpers=ModulemdTranslationHelpers.cli:cli'],
},
classifiers=(
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX :: Linux",
),
],
include_package_data=True,
)

0 comments on commit 657b410

Please sign in to comment.