We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f69e8 commit 3d01cb4Copy full SHA for 3d01cb4
pyproject.toml
@@ -9,7 +9,7 @@ description = "Yet another plain-text table typesetter"
9
readme = "README.rst"
10
requires-python = ">=3.8"
11
license = "MIT"
12
-license-files = { paths = ["LICENSE"] }
+license-files = ["LICENSE"]
13
authors = [
14
{ name = "John Thorvald Wodder II", email = "[email protected]" }
15
]
@@ -31,7 +31,6 @@ classifiers = [
31
"Programming Language :: Python :: 3.13",
32
"Programming Language :: Python :: Implementation :: CPython",
33
"Programming Language :: Python :: Implementation :: PyPy",
34
- "License :: OSI Approved :: MIT License",
35
"Intended Audience :: Developers",
36
"Topic :: Software Development :: User Interfaces",
37
"Topic :: Text Processing",
0 commit comments