Update license defenition in favor of SPDX
It is suggested for Python projects to define license not as classifier but as SPDX expression [1] [1] https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license Change-Id: I4f287fa4a4edb9715a056d323e738d2cace1e601 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -7,11 +7,12 @@ author = OpenStack
|
|||||||
author_email = openstack-discuss@lists.openstack.org
|
author_email = openstack-discuss@lists.openstack.org
|
||||||
home_page = https://docs.openstack.org/vitrage/latest/
|
home_page = https://docs.openstack.org/vitrage/latest/
|
||||||
python_requires = >=3.9
|
python_requires = >=3.9
|
||||||
|
license = Apache-2.0
|
||||||
|
license_files = ['LICENSE']
|
||||||
classifier =
|
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