Skip to content

Commit

Permalink
Merge pull request #259 from cdce8p/main
Browse files Browse the repository at this point in the history
Use SPDX license expression
  • Loading branch information
offbyone authored Nov 30, 2024
2 parents 373ed31 + f963a92 commit 346d3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name = "PyHamcrest"
description = "Hamcrest framework for matcher objects"
readme = "README.rst"
requires-python = ">= 3.8"
license = { file = "LICENSE.txt" }
license = "BSD-3-Clause"
license-files = ["LICENSE.txt"]
keywords = [
"hamcrest",
"matchers",
Expand All @@ -27,7 +28,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 346d3f7

Please sign in to comment.