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 727fce0 commit ea72844
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,11 +8,10 @@ requires = [
name = "whitenoise"
version = "6.6.0"
description = "Radically simplified static file serving for WSGI applications"
readme = { file = "README.rst", content-type = "text/x-rst" }
readme = "README.rst"
keywords = [
"Django",
]
license = { text = "MIT" }
maintainers = [
{ name = "Adam Johnson", email = "me@adamj.eu" },
{ name = "David Evans" },
Expand Down

0 comments on commit ea72844

Please sign in to comment.