Skip to content

Commit

Permalink
Apply PEP 639
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Nov 30, 2024
1 parent a16e8ea commit 662b351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ keywords = [
"test",
"unittest",
]
license = { text = "MIT" }
license = "MIT"
license-files = [ "LICENSE" ]
authors = [
{ name = "Holger Krekel" },
{ name = "Bruno Oliveira" },
Expand All @@ -27,7 +28,6 @@ requires-python = ">=3.9"
classifiers = [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
Expand Down

0 comments on commit 662b351

Please sign in to comment.