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"