Skip to content

Commit 42c47f0

Browse files
authored
use spdx license expression (#209)
1 parent 27fce86 commit 42c47f0

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
@@ -7,14 +7,13 @@ name = "module-name"
77
requires-python = ">=3.10,<3.15"
88
description = "Module Description"
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "MIT"
1111
authors = [
1212
{ email = "yourname@email.invalid", name = "[YOUR NAME]" },
1313
]
1414
maintainers = []
1515
keywords = []
1616
classifiers = [
17-
"License :: OSI Approved :: MIT License",
1817
"Programming Language :: Python :: 3",
1918
"Programming Language :: Python :: 3 :: Only",
2019
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)