Skip to content

Commit f8771b7

Browse files
authored
Update pyproject.license (#196)
This does not change the license, only how it is listed.
1 parent 493ce5b commit f8771b7

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
@@ -8,14 +8,13 @@ requires-python = ">=3.9"
88
version = "0.1.0"
99
description = "Module Description"
1010
readme = "README.md"
11-
license = { file = "LICENSE" }
11+
license = "MIT"
1212
authors = [
1313
{ email = "yourname@email.invalid", name = "[YOUR NAME]" },
1414
]
1515
maintainers = []
1616
keywords = []
1717
classifiers = [
18-
"License :: OSI Approved :: MIT License",
1918
"Programming Language :: Python :: 3",
2019
"Programming Language :: Python :: 3 :: Only",
2120
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)