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 f6f4c53 + 204b225 commit 3d97d0bCopy full SHA for 3d97d0b
pyproject.toml
@@ -7,7 +7,7 @@ description = "A low-level interface for loading binary Harp protocol data"
7
readme = "README.md"
8
requires-python = ">=3.9.0"
9
dynamic = ["version"]
10
-license = {text = "MIT License"}
+license = "MIT"
11
12
dependencies = [
13
"pydantic-yaml",
@@ -20,8 +20,7 @@ classifiers = [
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3.9",
22
"Programming Language :: Python :: 3.10",
23
- "Operating System :: OS Independent",
24
- "License :: OSI Approved :: MIT License",
+ "Operating System :: OS Independent"
25
]
26
27
[project.urls]
0 commit comments