Skip to content

Commit 9d97532

Browse files
committed
fix: replace table license with SPDX in pyproject.toml (nhairs#49)
1 parent 1f0cbd0 commit 9d97532

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
@@ -22,11 +22,11 @@ dependencies = [
2222

2323
# Extra information
2424
readme = "README.md"
25-
license = {text = "BSD-2-Clause License"}
25+
license = "BSD-2-Clause"
26+
license-files = ["LICENSE"]
2627
classifiers = [
2728
"Development Status :: 6 - Mature",
2829
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: BSD License",
3030
"Operating System :: OS Independent",
3131
"Programming Language :: Python :: 3 :: Only",
3232
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)