Skip to content

Commit c5164b2

Browse files
authored
feat: include tox.ini in sdist (#116)
1 parent 03d420b commit c5164b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ scripts.pyproject-fmt = "pyproject_fmt.__main__:run"
5959
[tool.hatch]
6060
build.dev-mode-dirs = ["src"]
6161
build.hooks.vcs.version-file = "src/pyproject_fmt/_version.py"
62-
build.targets.sdist.include = ["/src", "/tests"]
62+
build.targets.sdist.include = ["/src", "/tests","tox.ini"]
6363
version.source = "vcs"
6464

6565
[tool.ruff]

0 commit comments

Comments
 (0)