Skip to content

Commit

Permalink
classifiers must be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Jan 10, 2021
1 parent d84e2af commit c46c6cb
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 @@ -35,13 +35,13 @@
install_requires=install_requires,
tests_require=test_requires,
license='MIT',
classifiers=(
classifiers=[
'License :: OSI Approved :: MIT License',
'Framework :: Flask',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
),
],
zip_safe=False,
)

0 comments on commit c46c6cb

Please sign in to comment.