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 1b16dff commit 2ddeeb6
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 = "PyPI Simple Repository API client library"
readme = "README.rst"
requires-python = ">=3.8"
license = "MIT"
license-files = { paths = ["LICENSE"] }
license-files = ["LICENSE"]
authors = [
{ name = "John Thorvald Wodder II", email = "[email protected]" }
]
Expand All @@ -34,7 +34,6 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Software Distribution",
"Topic :: Text Processing :: Markup :: HTML",
Expand Down

0 comments on commit 2ddeeb6

Please sign in to comment.