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 62aebe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 @@ -47,6 +47,8 @@ Repository = "https://github.com/sphinx-contrib/sphinx-lint"
[project.scripts]
sphinx-lint = "sphinxlint.cli:main"

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

Expand Down

0 comments on commit 62aebe3

Please sign in to comment.