Skip to content

Commit

Permalink
Tidy pyproject.toml readme and license fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jun 19, 2024
1 parent 42b898a commit d73e42a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ requires = [
name = "django-cors-headers"
version = "4.3.1"
description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
readme = { file = "README.rst", content-type = "text/x-rst" }
readme = "README.rst"
keywords = [
"api",
"cors",
"django",
"middleware",
"rest",
]
license = { text = "MIT" }
maintainers = [
{ name = "Adam Johnson", email = "[email protected]" },
]
Expand Down

0 comments on commit d73e42a

Please sign in to comment.