Skip to content

Commit

Permalink
Add tox.ini to sdist (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka committed Mar 15, 2023
1 parent cac68a0 commit 9501eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/2511.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add ``tox.ini`` to sdist - by :user:`mtelka`.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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"]
build.targets.sdist.include = ["/src", "/tests", "/tox.ini"]
version.source = "vcs"

[tool.black]
Expand Down

0 comments on commit 9501eac

Please sign in to comment.