diff --git a/pyproject.toml b/pyproject.toml index 69bb7c8cf..4d66e9be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"