Fix SPDX Identifier

https://choosealicense.com/licenses/bsd-3-clause/
This commit is contained in:
Bruno Alla 2025-08-07 21:58:26 +01:00
parent c086598eb6
commit 101897855f

View File

@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "djangorestframework" name = "djangorestframework"
readme = "README.md" readme = "README.md"
authors = [{name = "Tom Christie", email = "tom@tomchristie.com"}] authors = [{name = "Tom Christie", email = "tom@tomchristie.com"}]
license = "BSD" license = "BSD-3-Clause"
description = "Web APIs for Django, made easy." description = "Web APIs for Django, made easy."
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",