diff --git a/pyproject.toml b/pyproject.toml index d44334c9..79e5349a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,9 @@ Documentation = "https://aiobotocore.aio-libs.org" version = { attr = "aiobotocore.__version__" } readme = { file = ["README.rst", "CHANGES.rst"] } +[tool.setuptools.packages.find] +include = ["aiobotocore*"] + [tool.pytest.ini_options] asyncio_mode = "auto" cache_dir = "/tmp/pytest_aiobotocore_cache"