Skip to content

Commit 9c5fc54

Browse files
added scripts in tasks directory to sdist on build (#2610) (#2620)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7014127 commit 9c5fc54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/2610.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added scripts in ``tasks`` directory to sdist on build (#2610)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"
9797

9898
[tool.hatch]
9999
build.hooks.vcs.version-file = "src/virtualenv/version.py"
100-
build.targets.sdist.include = ["/src", "/tests", "/tox.ini"]
100+
build.targets.sdist.include = ["/src", "/tests", "/tasks", "/tox.ini"]
101101
version.source = "vcs"
102102

103103
[tool.black]

0 commit comments

Comments
 (0)