Remove commented-out Apache 2 classifier from setup.cfg

Change-Id: I360bc970ee49e5ec90d8c9afcc8b84ee5be905c8
This commit is contained in:
Ji zhaoxuan
2016-12-08 16:38:16 +08:00
committed by Jizhaoxuan
parent 8053e78d4d
commit aa55d0b385

View File

@@ -2,7 +2,7 @@
name = python-mistralclient name = python-mistralclient
summary = Mistral Client Library summary = Mistral Client Library
description-file = README.rst description-file = README.rst
#license = Apache Software License license = Apache Software License
classifiers = classifiers =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2 Programming Language :: Python :: 2
@@ -13,7 +13,7 @@ classifiers =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology
Intended Audience :: System Administrators Intended Audience :: System Administrators
#License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org