Skip to content

Commit

Permalink
set setuptools packages find configuration (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Sep 4, 2024
1 parent 350c932 commit 130bd45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 130bd45

Please sign in to comment.