From eb169f0ffd1aed5b6cab37562574f3113261e72e Mon Sep 17 00:00:00 2001 From: p1c2u Date: Fri, 17 Mar 2023 03:45:09 +0000 Subject: [PATCH] Include tests in sdist archives --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 844bf47..921661c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,9 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Libraries" ] +include = [ + {path = "tests", format = "sdist"}, +] [tool.poetry.dependencies] python = "^3.7.0"