Skip to content

Commit

Permalink
Merge pull request #1198 from jakob-keller/setuptool-no-dynamic-disco…
Browse files Browse the repository at this point in the history
…very

Set setuptools packages find configuration
  • Loading branch information
jakob-keller authored Sep 4, 2024
2 parents 350c932 + 130bd45 commit 53d9c09
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 53d9c09

Please sign in to comment.