summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Telka <marcel@telka.sk>2023-03-15 16:31:06 +0100
committerGitHub <noreply@github.com>2023-03-15 08:31:06 -0700
commit9501eac663e3a96f9a2f255e197019d583364037 (patch)
tree6eb352de304b8595a9f873d6c82944bd7ad5c6e8
parentcac68a0de7e379cfb2e014d122ce5bf4e0c23111 (diff)
downloadvirtualenv-9501eac663e3a96f9a2f255e197019d583364037.tar.gz
Add tox.ini to sdist (#2520)
-rw-r--r--docs/changelog/2511.bugfix.rst1
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog/2511.bugfix.rst b/docs/changelog/2511.bugfix.rst
new file mode 100644
index 0000000..ef34011
--- /dev/null
+++ b/docs/changelog/2511.bugfix.rst
@@ -0,0 +1 @@
+Add ``tox.ini`` to sdist - by :user:`mtelka`.
diff --git a/pyproject.toml b/pyproject.toml
index d6b284e..6d5b0ab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]