From bf525676c1c4470b99d7b4cf8ee4775d05bfa9ee Mon Sep 17 00:00:00 2001 From: p1c2u Date: Fri, 17 Mar 2023 03:48:51 +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 8028cc13..3ac5b5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,9 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Libraries" ] +include = [ + {path = "tests", format = "sdist"}, +] [tool.poetry.dependencies] python = "^3.7.0"