From c086598eb60947c3b6e3dbe75292defbfbf7f72d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 7 Aug 2025 21:46:18 +0100 Subject: [PATCH] Update license-related package metadata according to PEP-639 Co-authored-by: Terence Honles --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3909f25b9..2aaf0004e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [build-system] -requires = ["setuptools>=61.2"] +requires = ["setuptools>=77.0.3"] build-backend = "setuptools.build_meta" [project] name = "djangorestframework" readme = "README.md" authors = [{name = "Tom Christie", email = "tom@tomchristie.com"}] -license = {text = "BSD"} +license = "BSD" description = "Web APIs for Django, made easy." classifiers = [ "Development Status :: 5 - Production/Stable", @@ -17,7 +17,6 @@ classifiers = [ "Framework :: Django :: 5.1", "Framework :: Django :: 5.2", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3",