Skip to content

Commit d73e42a

Browse files
committed
Tidy pyproject.toml readme and license fields
1 parent 42b898a commit d73e42a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ requires = [
88
name = "django-cors-headers"
99
version = "4.3.1"
1010
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 = "README.rst"
1212
keywords = [
1313
"api",
1414
"cors",
1515
"django",
1616
"middleware",
1717
"rest",
1818
]
19-
license = { text = "MIT" }
2019
maintainers = [
2120
{ name = "Adam Johnson", email = "[email protected]" },
2221
]

0 commit comments

Comments
 (0)