Skip to content

Commit 3d01cb4

Browse files
committed
Update for PEP 639
1 parent c5f69e8 commit 3d01cb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Yet another plain-text table typesetter"
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
]
@@ -31,7 +31,6 @@ classifiers = [
3131
"Programming Language :: Python :: 3.13",
3232
"Programming Language :: Python :: Implementation :: CPython",
3333
"Programming Language :: Python :: Implementation :: PyPy",
34-
"License :: OSI Approved :: MIT License",
3534
"Intended Audience :: Developers",
3635
"Topic :: Software Development :: User Interfaces",
3736
"Topic :: Text Processing",

0 commit comments

Comments
 (0)