Skip to content

Commit 130bd45

Browse files
committed
set setuptools packages find configuration (#1197)
1 parent 350c932 commit 130bd45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Documentation = "https://aiobotocore.aio-libs.org"
5151
version = { attr = "aiobotocore.__version__" }
5252
readme = { file = ["README.rst", "CHANGES.rst"] }
5353

54+
[tool.setuptools.packages.find]
55+
include = ["aiobotocore*"]
56+
5457
[tool.pytest.ini_options]
5558
asyncio_mode = "auto"
5659
cache_dir = "/tmp/pytest_aiobotocore_cache"

0 commit comments

Comments
 (0)