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 36b9bac commit fa39896
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 = "In-place file processing"
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 Down Expand Up @@ -38,7 +38,6 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Topic :: System :: Filesystems",
"Topic :: Text Processing :: Filters",
Expand Down

0 comments on commit fa39896

Please sign in to comment.