Skip to content

Commit

Permalink
Update Setuptools to exclude tests during packaging (localstack#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Vu <dvu@rxss.com>
  • Loading branch information
dv297 and Daniel Vu authored Dec 11, 2023
1 parent 0b2d155 commit d1f9d75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ please refer to the man pages of `terraform --help`.

## Change Log

* v0.16.1: Update Setuptools to exclude tests during packaging
* v0.16.0: Introducing semantic versioning and AWS_ENDPOINT_URL variable
* v0.15: Update endpoint overrides for Terraform AWS provider 5.22.0
* v0.14: Add support to multi-account environments
Expand Down
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = terraform-local
version = 0.16.0
version = 0.16.1
url = https://github.com/localstack/terraform-local
author = LocalStack Team
author_email = info@localstack.cloud
Expand Down Expand Up @@ -34,3 +34,7 @@ test =
flake8
localstack
pytest

[options.packages.find]
exclude =
tests*

0 comments on commit d1f9d75

Please sign in to comment.