We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 350c932 + 130bd45 commit 53d9c09Copy full SHA for 53d9c09
pyproject.toml
@@ -51,6 +51,9 @@ Documentation = "https://aiobotocore.aio-libs.org"
51
version = { attr = "aiobotocore.__version__" }
52
readme = { file = ["README.rst", "CHANGES.rst"] }
53
54
+[tool.setuptools.packages.find]
55
+include = ["aiobotocore*"]
56
+
57
[tool.pytest.ini_options]
58
asyncio_mode = "auto"
59
cache_dir = "/tmp/pytest_aiobotocore_cache"
0 commit comments