diff --git a/pyproject.toml b/pyproject.toml index e615d08..14b47b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [build-system] build-backend = "setuptools.build_meta" -requires = [ "setuptools>=61.2" ] +requires = [ "setuptools>=77" ] [project] name = "django-csp" version = "4.0" description = "Django Content Security Policy support." readme = "README.rst" -license = { text = "BSD" } +license = "BSD-3-Clause" maintainers = [ { name = "Mozilla MEAO team", email = "meao-backend@mozilla.com" }, ] @@ -21,7 +21,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 :: Only",