We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b898a commit d73e42aCopy full SHA for d73e42a
pyproject.toml
@@ -8,15 +8,14 @@ requires = [
8
name = "django-cors-headers"
9
version = "4.3.1"
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" }
+readme = "README.rst"
12
keywords = [
13
"api",
14
"cors",
15
"django",
16
"middleware",
17
"rest",
18
]
19
-license = { text = "MIT" }
20
maintainers = [
21
{ name = "Adam Johnson", email = "[email protected]" },
22
0 commit comments