Replace license classifier
... according to the following warning from setuptools. SetuptoolsDeprecationWarning: License classifiers are deprecated. ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** Co-authored-by: Takashi Kajinami <kajinamit@oss.nttdata.com> Change-Id: Ic112186a65fa37737ff929351665ebe7153dbe84 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
co-authored by
Takashi Kajinami
parent
bbe7fbe378
commit
39f21b39e0
@@ -3,6 +3,7 @@ name = trove_tempest_plugin
|
||||
summary = Tempest plugin for Trove project
|
||||
description_file =
|
||||
README.rst
|
||||
license = Apache-2.0
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/trove/latest/
|
||||
@@ -11,7 +12,6 @@ classifier =
|
||||
Environment :: OpenStack
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
License :: OSI Approved :: Apache Software License
|
||||
Operating System :: POSIX :: Linux
|
||||
Programming Language :: Python
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
|
||||
Reference in New Issue
Block a user