We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2983e8 commit 09ad12eCopy full SHA for 09ad12e
pyproject.toml
@@ -9,7 +9,7 @@ description = "Handling lines with arbitrary separators"
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
]
@@ -35,7 +35,6 @@ classifiers = [
35
"Programming Language :: Python :: 3.13",
36
"Programming Language :: Python :: Implementation :: CPython",
37
"Programming Language :: Python :: Implementation :: PyPy",
38
- "License :: OSI Approved :: MIT License",
39
"Intended Audience :: Developers",
40
"Operating System :: OS Independent",
41
"Topic :: Text Processing",
0 commit comments