There was an error while loading. Please reload this page.
1 parent 80b6242 commit 02664c6Copy full SHA for 02664c6
1 file changed
pyproject.toml
@@ -42,7 +42,10 @@ version.path = "python_docs_theme/__init__.py"
42
build.artifacts = [ "python_docs_theme/locale/**/*.mo" ]
43
build.hooks.custom.path = "babel_runner.py"
44
build.targets.wheel.packages = [ "python_docs_theme" ]
45
-build.targets.wheel.exclude = [ "python_docs_theme/locale/**/*.po" ]
+build.targets.wheel.exclude = [
46
+ "python_docs_theme/locale/**/*.po",
47
+ "python_docs_theme/static/fonts/OFL.txt",
48
+]
49
50
[tool.ruff]
51
fix = true
@@ -69,8 +72,5 @@ lint.ignore = [
69
72
]
70
73
lint.isort.required-imports = [ "from __future__ import annotations" ]
71
74
-[tool.check-wheel-contents]
-ignore = [ "W002" ]
-
75
[tool.pyproject-fmt]
76
max_supported_python = "3.15"
0 commit comments