From a31acef4623b9cbe8688aa447e670d78cfc57ab7 Mon Sep 17 00:00:00 2001 From: Alex Tomkins Date: Sun, 13 Apr 2025 19:59:40 +0100 Subject: [PATCH] Switch to newer license setup instead of classifier --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dd2c2f..36dac27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = 'DEV Content Files' readme = 'README.md' maintainers = [{ name = 'The Developer Society', email = 'studio@dev.ngo' }] requires-python = '>= 3.9' +license = 'BSD-3-Clause' classifiers = [ 'Environment :: Web Environment', 'Framework :: Django', @@ -12,7 +13,6 @@ classifiers = [ 'Framework :: Django :: 4.2', 'Framework :: Django :: 5.2', 'Intended Audience :: Developers', - 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', @@ -27,7 +27,7 @@ classifiers = [ Homepage = 'https://github.com/developersociety/devsoc-contentfiles' [build-system] -requires = ['setuptools >= 61.0'] +requires = ['setuptools >= 77.0.3'] build-backend = 'setuptools.build_meta' [tool.setuptools]