Skip to content

Commit 09ad12e

Browse files
committed
Update for PEP 639
1 parent a2983e8 commit 09ad12e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Handling lines with arbitrary separators"
99
readme = "README.rst"
1010
requires-python = ">=3.8"
1111
license = "MIT"
12-
license-files = { paths = ["LICENSE"] }
12+
license-files = ["LICENSE"]
1313
authors = [
1414
{ name = "John Thorvald Wodder II", email = "[email protected]" }
1515
]
@@ -35,7 +35,6 @@ classifiers = [
3535
"Programming Language :: Python :: 3.13",
3636
"Programming Language :: Python :: Implementation :: CPython",
3737
"Programming Language :: Python :: Implementation :: PyPy",
38-
"License :: OSI Approved :: MIT License",
3938
"Intended Audience :: Developers",
4039
"Operating System :: OS Independent",
4140
"Topic :: Text Processing",

0 commit comments

Comments
 (0)