Update license-related package metadata according to PEP-639

Co-authored-by: Terence Honles <terencehonles@users.noreply.github.com>
This commit is contained in:
Bruno Alla 2025-08-07 21:46:18 +01:00
parent 3b6e49c6c2
commit c086598eb6

View File

@ -1,12 +1,12 @@
[build-system] [build-system]
requires = ["setuptools>=61.2"] requires = ["setuptools>=77.0.3"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
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 = {text = "BSD"} license = "BSD"
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",
@ -17,7 +17,6 @@ classifiers = [
"Framework :: Django :: 5.1", "Framework :: Django :: 5.1",
"Framework :: Django :: 5.2", "Framework :: Django :: 5.2",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",