diff --git a/pyproject.toml b/pyproject.toml index 70c24b7..2b0d533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -19,7 +19,6 @@ keywords = [ "time", "warp", ] -license = { text = "MIT" } authors = [ { name = "Adam Johnson", email = "me@adamj.eu" }, ]