Repository: incubator-airflow
Updated Branches:
  refs/heads/master 8bf335bdf -> edf4a7c2d


[AIRFLOW-150] setup.py classifiers dict should be list


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/af116405
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/af116405
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/af116405

Branch: refs/heads/master
Commit: af1164059234a88173a23e0cea8a59e757a3f112
Parents: aedb667
Author: Dan Davydov <dan.davy...@airbnb.com>
Authored: Thu May 19 17:36:56 2016 -0700
Committer: Dan Davydov <dan.davy...@airbnb.com>
Committed: Thu May 19 17:46:19 2016 -0700

----------------------------------------------------------------------
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/af116405/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index fd1d537..f171ce2 100644
--- a/setup.py
+++ b/setup.py
@@ -219,7 +219,7 @@ def do_setup():
             'qds': qds,
             'cloudant': cloudant
         },
-        classifiers={
+        classifiers=[
             'Development Status :: 5 - Production/Stable',
             'Environment :: Console',
             'Environment :: Web Environment',
@@ -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='maximebeauche...@gmail.com',
         url='https://github.com/airbnb/airflow',

Reply via email to