diff --git a/pyproject.toml b/pyproject.toml index 7998504..dc08258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,9 @@ classifiers = [ packages = [ { include = "aiofile" }, ] +include = [ + { path = "tests", format = "sdist" } +] [tool.poetry.dependencies] python = ">=3.8,<4"