The project defines the BSD license in its project.license.text and a license classifier License :: OSI Approved :: BSD License in project.classifiers.
- The use of the license classifier is deprecated as of PEP 639
- The
project.license.text is deprecated as well (see PEP 639) which is no big deal as there is no deadline when it will be unsupported.
- Both of the license declarations do not specify which license is actually used. There are many different BSD licenses out there. For users like us that process such metadata to be compliant with certain regulations, it would be nice if this project would specify a proper SPDX license (see https://spdx.org/licenses/). Either as
project.license or via the License Expression field introduced in PEP 639.
The project defines the
BSDlicense in itsproject.license.textand a license classifierLicense :: OSI Approved :: BSD Licenseinproject.classifiers.project.license.textis deprecated as well (see PEP 639) which is no big deal as there is no deadline when it will be unsupported.project.licenseor via the License Expression field introduced in PEP 639.