Skip to content

Commit 5c689c5

Browse files
committed
Updated pyproject.toml to use new license format.
1 parent 5c420e3 commit 5c689c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ authors = [{ name = "cmd2 Contributors" }]
1010
readme = "README.md"
1111
requires-python = ">=3.10"
1212
keywords = ["CLI", "cmd", "command", "interactive", "prompt", "Python"]
13-
license = { file = "LICENSE" }
13+
license = "MIT"
14+
license-files = ["LICENSE"]
1415
classifiers = [
1516
"Development Status :: 5 - Production/Stable",
1617
"Environment :: Console",
1718
"Operating System :: OS Independent",
1819
"Intended Audience :: Developers",
1920
"Intended Audience :: System Administrators",
20-
"License :: OSI Approved :: MIT License",
2121
"Programming Language :: Python :: 3 :: Only",
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)