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.
1 parent 350c932 commit 130bd45Copy full SHA for 130bd45
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