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 a02a11a commit b0ca640
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,7 +8,7 @@ requires = [
name = "time-machine"
version = "2.14.1"
description = "Travel through time in your tests."
readme = { file = "README.rst", content-type = "text/x-rst" }
readme = "README.rst"
keywords = [
"date",
"datetime",
Expand All @@ -19,7 +19,6 @@ keywords = [
"time",
"warp",
]
license = { text = "MIT" }
authors = [
{ name = "Adam Johnson", email = "me@adamj.eu" },
]
Expand Down

0 comments on commit b0ca640

Please sign in to comment.