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
|
||||
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
|
||||
|
Reference in New Issue
Block a user