Skip to content

Commit 3d97d0b

Browse files
authored
Merge pull request #47 from harp-tech/license-spdx
Replace license classifier with SPDX expression
2 parents f6f4c53 + 204b225 commit 3d97d0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "A low-level interface for loading binary Harp protocol data"
77
readme = "README.md"
88
requires-python = ">=3.9.0"
99
dynamic = ["version"]
10-
license = {text = "MIT License"}
10+
license = "MIT"
1111

1212
dependencies = [
1313
"pydantic-yaml",
@@ -20,8 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
23-
"Operating System :: OS Independent",
24-
"License :: OSI Approved :: MIT License",
23+
"Operating System :: OS Independent"
2524
]
2625

2726
[project.urls]

0 commit comments

Comments
 (0)