File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " setuptools.build_meta"
3
- requires = [ " setuptools>=61.2 " ]
3
+ requires = [ " setuptools>=77 " ]
4
4
5
5
[project ]
6
6
name = " django-csp"
7
7
version = " 4.0"
8
8
description = " Django Content Security Policy support."
9
9
readme = " README.rst"
10
- license = { text = " BSD" }
10
+ license = " BSD-3-Clause "
11
11
maintainers = [
12
12
{
name =
" Mozilla MEAO team" ,
email =
" [email protected] " },
13
13
]
@@ -21,7 +21,6 @@ classifiers = [
21
21
" Framework :: Django :: 5.1" ,
22
22
" Framework :: Django :: 5.2" ,
23
23
" Intended Audience :: Developers" ,
24
- " License :: OSI Approved :: BSD License" ,
25
24
" Operating System :: OS Independent" ,
26
25
" Programming Language :: Python" ,
27
26
" Programming Language :: Python :: 3 :: Only" ,
You can’t perform that action at this time.
0 commit comments