Skip to content

Commit 346d3f7

Browse files
authored
Merge pull request #259 from cdce8p/main
Use SPDX license expression
2 parents 373ed31 + f963a92 commit 346d3f7

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
@@ -7,7 +7,8 @@ name = "PyHamcrest"
77
description = "Hamcrest framework for matcher objects"
88
readme = "README.rst"
99
requires-python = ">= 3.8"
10-
license = { file = "LICENSE.txt" }
10+
license = "BSD-3-Clause"
11+
license-files = ["LICENSE.txt"]
1112
keywords = [
1213
"hamcrest",
1314
"matchers",
@@ -27,7 +28,6 @@ classifiers = [
2728
"Development Status :: 5 - Production/Stable",
2829
"Environment :: Console",
2930
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: BSD License",
3131
"Natural Language :: English",
3232
"Operating System :: OS Independent",
3333
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)