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 a48f4c3 commit 202ca4b
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 = "Parse Apache access logs"
readme = "README.rst"
requires-python = ">=3.8"
license = "MIT"
license-files = { paths = ["LICENSE"] }
license-files = ["LICENSE"]
authors = [
{ name = "John Thorvald Wodder II", email = "apachelogs@varonathe.org" }
]
Expand All @@ -32,7 +32,6 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Intended Audience :: System Administrators",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: System :: Logging",
Expand Down

0 comments on commit 202ca4b

Please sign in to comment.