Skip to content

Commit 087f35c

Browse files
authored
correct broken package metadata (#148)
* fix classifiers * add `validate-pyproject` as a hook
1 parent 137b488 commit 087f35c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ repos:
2222
args: ["--option", "array_auto_collapse=false"]
2323
- id: taplo-lint
2424
args: ["--no-schema"]
25+
- repo: https://github.com/abravalheri/validate-pyproject
26+
rev: v0.23
27+
hooks:
28+
- id: validate-pyproject
29+
additional_dependencies: ["validate-pyproject-schema-store[all]"]
2530
- repo: https://github.com/astral-sh/ruff-pre-commit
2631
rev: v0.9.9
2732
hooks:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
readme = "README.rst"
99
requires-python = ">=3.9"
1010
classifiers = [
11-
"License :: OSI Approved :: MIT",
11+
"License :: OSI Approved :: MIT License",
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python :: 3",
1414
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)