Skip to content

Commit

Permalink
[AIRFLOW-150] setup.py classifiers dict should be list
Browse files Browse the repository at this point in the history
  • Loading branch information
aoen committed May 20, 2016
1 parent aedb667 commit af11640
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 @@ -219,7 +219,7 @@ def do_setup():
'qds': qds,
'cloudant': cloudant
},
classifiers={
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Environment :: Web Environment',
Expand All @@ -229,7 +229,7 @@ def do_setup():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Topic :: System :: Monitoring',
},
],
author='Maxime Beauchemin',
author_email='[email protected]',
url='https://github.com/airbnb/airflow',
Expand Down

0 comments on commit af11640

Please sign in to comment.