Skip to content

Commit ce6d7ae

Browse files
authored
Add tool.hatch.build.targets.wheel to fix pip install . with Hatchling 1.19 (#106)
1 parent 74db402 commit ce6d7ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ sphinx-lint = "sphinxlint.cli:main"
5050
[tool.hatch]
5151
version.source = "vcs"
5252

53+
[tool.hatch.build.targets.wheel]
54+
packages = ["sphinxlint"]
55+
5356
[tool.hatch.version.raw-options]
5457
local_scheme = "no-local-version"
5558

0 commit comments

Comments
 (0)