@@ -8,17 +8,21 @@ requires = [
8
8
name = " django-cors-headers"
9
9
version = " 4.3.1"
10
10
description = " django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
11
- readme = {file = " README.rst" , content-type = " text/x-rst" }
11
+ readme = { file = " README.rst" , content-type = " text/x-rst" }
12
12
keywords = [
13
13
" api" ,
14
14
" cors" ,
15
15
" django" ,
16
16
" middleware" ,
17
17
" rest" ,
18
18
]
19
- license = {text = " MIT" }
20
- maintainers = [{
name =
" Adam Johnson" ,
email =
" [email protected] " }]
21
- authors = [{
name =
" Otto Yiu" ,
email =
" [email protected] " }]
19
+ license = { text = " MIT" }
20
+ maintainers = [
21
+ {
name =
" Adam Johnson" ,
email =
" [email protected] " },
22
+ ]
23
+ authors = [
24
+ {
name =
" Otto Yiu" ,
email =
" [email protected] " },
25
+ ]
22
26
requires-python = " >=3.8"
23
27
classifiers = [
24
28
" Development Status :: 5 - Production/Stable" ,
@@ -44,16 +48,15 @@ classifiers = [
44
48
]
45
49
dependencies = [
46
50
" asgiref>=3.6" ,
47
- " Django >=3.2" ,
51
+ " django >=3.2" ,
48
52
]
49
- [project .urls ]
50
- Changelog = " https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst"
51
- Funding = " https://adamj.eu/books/"
52
- Repository = " https://github.com/adamchainz/django-cors-headers"
53
+ urls.Changelog = " https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst"
54
+ urls.Funding = " https://adamj.eu/books/"
55
+ urls.Repository = " https://github.com/adamchainz/django-cors-headers"
53
56
54
57
[tool .isort ]
55
58
add_imports = [
56
- " from __future__ import annotations"
59
+ " from __future__ import annotations" ,
57
60
]
58
61
force_single_line = true
59
62
profile = " black"
@@ -70,14 +73,14 @@ django_find_project = false
70
73
branch = true
71
74
parallel = true
72
75
source = [
73
- " corsheaders" ,
74
- " tests" ,
76
+ " corsheaders" ,
77
+ " tests" ,
75
78
]
76
79
77
80
[tool .coverage .paths ]
78
81
source = [
79
- " src" ,
80
- " .tox/**/site-packages" ,
82
+ " src" ,
83
+ " .tox/**/site-packages" ,
81
84
]
82
85
83
86
[tool .coverage .report ]
0 commit comments