Skip to content

Commit

Permalink
Use SPDX license expression
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 17, 2024
1 parent ea26ddc commit a97b5cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "PyHamcrest"
description = "Hamcrest framework for matcher objects"
readme = "README.rst"
requires-python = ">= 3.8"
license = { file = "LICENSE.txt" }
license = "BSD-3-Clause"
keywords = [
"hamcrest",
"matchers",
Expand All @@ -27,7 +27,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 a97b5cc

Please sign in to comment.