Skip to content

Commit 02664c6

Browse files
committed
Exclude OFL.txt in pyproject.toml
1 parent 80b6242 commit 02664c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎pyproject.toml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ version.path = "python_docs_theme/__init__.py"
4242
build.artifacts = [ "python_docs_theme/locale/**/*.mo" ]
4343
build.hooks.custom.path = "babel_runner.py"
4444
build.targets.wheel.packages = [ "python_docs_theme" ]
45-
build.targets.wheel.exclude = [ "python_docs_theme/locale/**/*.po" ]
45+
build.targets.wheel.exclude = [
46+
"python_docs_theme/locale/**/*.po",
47+
"python_docs_theme/static/fonts/OFL.txt",
48+
]
4649

4750
[tool.ruff]
4851
fix = true
@@ -69,8 +72,5 @@ lint.ignore = [
6972
]
7073
lint.isort.required-imports = [ "from __future__ import annotations" ]
7174

72-
[tool.check-wheel-contents]
73-
ignore = [ "W002" ]
74-
7575
[tool.pyproject-fmt]
7676
max_supported_python = "3.15"

0 commit comments

Comments
 (0)