We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f1014 commit 45e7a81Copy full SHA for 45e7a81
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "ngff-spec"
3
dynamic = ["version"]
4
description = "Next-generation file format specification"
5
-requires-python = ">=3.10"
+requires-python = ">=3.11"
6
7
dependencies = [
8
"json-schema-for-humans",
@@ -26,4 +26,9 @@ packages = ["."]
26
27
[build-system]
28
requires = ["hatchling>=1.8.0,<1.21.1"]
29
-build-backend = "hatchling.build"
+build-backend = "hatchling.build"
30
+
31
+[tool.codespell]
32
+skip = 'references.bib'
33
+count = true
34
+quiet-level = 3
0 commit comments