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: I76020ef74f9f15522974e0a1800fbfa8287ca72e
This commit is contained in:
@@ -3,6 +3,7 @@ name = masakari-monitors
|
|||||||
summary = Monitors for Masakari
|
summary = Monitors for Masakari
|
||||||
description_file =
|
description_file =
|
||||||
README.rst
|
README.rst
|
||||||
|
license = Apache-2.0
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author_email = openstack-dev@lists.openstack.org
|
author_email = openstack-dev@lists.openstack.org
|
||||||
home_page = https://docs.openstack.org/masakari-monitors/latest/
|
home_page = https://docs.openstack.org/masakari-monitors/latest/
|
||||||
@@ -11,7 +12,6 @@ classifier =
|
|||||||
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
|
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
|
Reference in New Issue
Block a user