Skip to content

Commit

Permalink
change classifiers to list
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Aug 15, 2017
1 parent 2d47435 commit fc78628
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 @@ -46,11 +46,11 @@
install_requires=requires,
license='MIT',
zip_safe=False,
classifiers=(
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
),
],
)

0 comments on commit fc78628

Please sign in to comment.