From 462cc166a9901c630dcba9b361651cb2ac6e7d38 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sun, 11 Oct 2020 18:25:48 -0400 Subject: [PATCH] Include tests in sdist --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e48ec5e..ee3ee87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,10 @@ license = "MIT" authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] description = "Tox plugin to install Tox environment dependencies using the Poetry backend and lockfile" repository = "https://github.com/enpaul/tox-poetry-installer/" -packages = [{include = "tox_poetry_installer.py"}] +packages = [ + {include = "tox_poetry_installer.py"}, + {include = "tests/*.py", format = "sdist"} +] keywords = ["tox", "poetry", "plugin"] readme = "README.md" classifiers = [