Skip to content

Commit

Permalink
Update for PEP 639
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 23, 2025
1 parent c48f6d2 commit 83e12d8
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 @@ -9,7 +9,7 @@ description = "Mini Habitica client"
#readme = "README.rst"
requires-python = ">=3.8"
license = "MIT"
license-files = { paths = ["LICENSE"] }
license-files = ["LICENSE"]
authors = [
{ name = "John Thorvald Wodder II", email = "habits@varonathe.org" }
]
Expand All @@ -23,7 +23,6 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Typing :: Typed",
]

Expand Down

0 comments on commit 83e12d8

Please sign in to comment.