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:
Dmitriy Rabotyagov
2025-08-21 13:17:19 +02:00
parent 4a668e342a
commit 894dd74d6a

View File

@@ -7,11 +7,12 @@ author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/vitrage/latest/
python_requires = >=3.9
license = Apache-2.0
license_files = ['LICENSE']
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