From 23130fffbc62850e7867b813d721387c71e58beb Mon Sep 17 00:00:00 2001 From: Mark Keller <8452750+keller00@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:14:00 -0700 Subject: [PATCH] adding tox.ini to sdist (#265) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bernát Gábor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbc024f..a8f31d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ urls.Tracker = "https://github.com/tox-dev/py-filelock/issues" [tool.hatch] build.hooks.vcs.version-file = "src/filelock/version.py" -build.targets.sdist.include = ["/src", "/tests"] +build.targets.sdist.include = ["/src", "/tests", "/tox.ini"] version.source = "vcs" [tool.black]