Skip to content

Commit e9287c2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a7128e8 commit e9287c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ urls.Homepage = "https://github.com/python/python-docs-theme/"
3838
entry-points."sphinx.html_themes".python_docs_theme = "python_docs_theme"
3939

4040
[tool.hatch]
41+
version.path = "python_docs_theme/__init__.py"
4142
build.artifacts = [ "python_docs_theme/locale/**/*.mo" ]
4243
build.hooks.custom.path = "babel_runner.py"
4344
build.targets.wheel.packages = [ "python_docs_theme" ]
4445
build.targets.wheel.exclude = [ "python_docs_theme/locale/**/*.po" ]
45-
version.path = "python_docs_theme/__init__.py"
4646

4747
[tool.ruff]
4848
fix = true

0 commit comments

Comments
 (0)