We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d420b commit c5164b2Copy full SHA for c5164b2
pyproject.toml
@@ -59,7 +59,7 @@ scripts.pyproject-fmt = "pyproject_fmt.__main__:run"
59
[tool.hatch]
60
build.dev-mode-dirs = ["src"]
61
build.hooks.vcs.version-file = "src/pyproject_fmt/_version.py"
62
-build.targets.sdist.include = ["/src", "/tests"]
+build.targets.sdist.include = ["/src", "/tests","tox.ini"]
63
version.source = "vcs"
64
65
[tool.ruff]
0 commit comments