Skip to content

Commit d1f9d75

Browse files
dv297Daniel Vu
and
Daniel Vu
authored
Update Setuptools to exclude tests during packaging (#40)
Co-authored-by: Daniel Vu <[email protected]>
1 parent 0b2d155 commit d1f9d75

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ please refer to the man pages of `terraform --help`.
4848

4949
## Change Log
5050

51+
* v0.16.1: Update Setuptools to exclude tests during packaging
5152
* v0.16.0: Introducing semantic versioning and AWS_ENDPOINT_URL variable
5253
* v0.15: Update endpoint overrides for Terraform AWS provider 5.22.0
5354
* v0.14: Add support to multi-account environments

setup.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = terraform-local
3-
version = 0.16.0
3+
version = 0.16.1
44
url = https://github.com/localstack/terraform-local
55
author = LocalStack Team
66
author_email = [email protected]
@@ -34,3 +34,7 @@ test =
3434
flake8
3535
localstack
3636
pytest
37+
38+
[options.packages.find]
39+
exclude =
40+
tests*

0 commit comments

Comments
 (0)