Skip to content

Commit

Permalink
added scripts in tasks directory to sdist on build (#2610) (#2620)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
sigma67 and pre-commit-ci[bot] authored Aug 11, 2023
1 parent 7014127 commit 9c5fc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/2610.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added scripts in ``tasks`` directory to sdist on build (#2610)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"

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

[tool.black]
Expand Down

0 comments on commit 9c5fc54

Please sign in to comment.