mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-12 06:53:01 +00:00
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. ******************************************************************************** Change-Id: Ica1da1203c70370ec29ddd67253bee4a807c08b1
This commit is contained in:
parent
47d6aac1c2
commit
3dcdcbde64
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ url = http://launchpad.net/python-heatclient
|
|||
summary = OpenStack Orchestration API Client Library
|
||||
description_file =
|
||||
README.rst
|
||||
license = Apache-2.0
|
||||
author = OpenStack
|
||||
author_email = openstack-discuss@lists.openstack.org
|
||||
home_page = https://docs.openstack.org/python-heatclient/latest
|
||||
|
|
@ -14,7 +15,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 :: 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue