Skip to content

Commit 88d2369

Browse files
docs: Remove License trove classifer as using SPDX project license
1 parent e97a173 commit 88d2369

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "pyhf"
1010
dynamic = ["version"]
1111
description = "pure-Python HistFactory implementation with tensors and autodiff"
1212
readme = "README.rst"
13-
license = { text = "Apache-2.0" } # SPDX short identifier
13+
license = "Apache-2.0"
1414
requires-python = ">=3.8"
1515
authors = [
1616
{ name = "Lukas Heinrich", email = "[email protected]" },
@@ -29,7 +29,6 @@ classifiers = [
2929
"Development Status :: 4 - Beta",
3030
"Environment :: WebAssembly :: Emscripten",
3131
"Intended Audience :: Science/Research",
32-
"License :: OSI Approved :: Apache Software License",
3332
"Operating System :: OS Independent",
3433
"Programming Language :: Python :: 3",
3534
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)