diff --git a/pyproject.toml b/pyproject.toml index ec91ae8..88f88c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = ['Development Status :: 5 - Production/Stable', 'Topic :: Utilities'] packages = [ { include = "backoff" }, + { include = "tests", format = "sdist" }, ] [tool.poetry.dependencies]