Skip to content

Commit

Permalink
Add tool.hatch.build.targets.wheel to fix Hatchling 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 11, 2023
1 parent 74db402 commit 1da6e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build-backend = "hatchling.build"
requires = [
"hatch-vcs",
"hatchling",
"hatchling>=1.19",
]

[project]
Expand Down Expand Up @@ -50,6 +50,9 @@ sphinx-lint = "sphinxlint.cli:main"
[tool.hatch]
version.source = "vcs"

[tool.hatch.build.targets.wheel]
packages = ["sphinx-lint"]

[tool.hatch.version.raw-options]
local_scheme = "no-local-version"

Expand Down

0 comments on commit 1da6e32

Please sign in to comment.