We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 373ed31 + f963a92 commit 346d3f7Copy full SHA for 346d3f7
pyproject.toml
@@ -7,7 +7,8 @@ name = "PyHamcrest"
7
description = "Hamcrest framework for matcher objects"
8
readme = "README.rst"
9
requires-python = ">= 3.8"
10
-license = { file = "LICENSE.txt" }
+license = "BSD-3-Clause"
11
+license-files = ["LICENSE.txt"]
12
keywords = [
13
"hamcrest",
14
"matchers",
@@ -27,7 +28,6 @@ classifiers = [
27
28
"Development Status :: 5 - Production/Stable",
29
"Environment :: Console",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
31
"Natural Language :: English",
32
"Operating System :: OS Independent",
33
"Programming Language :: Python :: 3",
0 commit comments