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 e609dea commit a562c75
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 = "flake8-comprehensions"
version = "3.14.0"
description = "A flake8 plugin to help you write better list/set/dict comprehensions."
readme = { file = "README.rst", content-type = "text/x-rst" }
readme = "README.rst"
keywords = [
"comprehensions",
"dict comprehension",
"flake8",
"list comprehension",
"set comprehension",
]
license = { text = "MIT" }
authors = [
{ name = "Adam Johnson", email = "me@adamj.eu" },
]
Expand Down

0 comments on commit a562c75

Please sign in to comment.