We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2d155 commit d1f9d75Copy full SHA for d1f9d75
README.md
@@ -48,6 +48,7 @@ please refer to the man pages of `terraform --help`.
48
49
## Change Log
50
51
+* v0.16.1: Update Setuptools to exclude tests during packaging
52
* v0.16.0: Introducing semantic versioning and AWS_ENDPOINT_URL variable
53
* v0.15: Update endpoint overrides for Terraform AWS provider 5.22.0
54
* v0.14: Add support to multi-account environments
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = terraform-local
3
-version = 0.16.0
+version = 0.16.1
4
url = https://github.com/localstack/terraform-local
5
author = LocalStack Team
6
author_email = [email protected]
@@ -34,3 +34,7 @@ test =
34
flake8
35
localstack
36
pytest
37
+
38
+[options.packages.find]
39
+exclude =
40
+ tests*
0 commit comments