From a2ea4248e9fa18bb782f25b386f96daea4c297de Mon Sep 17 00:00:00 2001 From: "Kye W. Shi" Date: Sat, 1 May 2021 02:38:46 -0700 Subject: [PATCH] dist: add tests to sdists Relates-to: python-poetry/poetry#3952 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8077f32ec..f623645ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,9 @@ classifiers = [ packages = [ {include = "poetry"}, ] +include = [ + { path = "tests", format = "sdist" }, +] exclude = [ "**/*.pyc", "**/*.pyi",