Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = ["sphinxlint"]

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

Expand Down