Skip to content

Commit 53d9c09

Browse files
authored
Merge pull request #1198 from jakob-keller/setuptool-no-dynamic-discovery
Set setuptools packages find configuration
2 parents 350c932 + 130bd45 commit 53d9c09

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)