File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ nosetests.xml
44__pycache__
55localstack_utils.egg-info
66.ruff_cache
7+ dist
Original file line number Diff line number Diff line change 1+ __version__ = "1.0.0"
Original file line number Diff line number Diff line change 11[metadata]
22name = localstack-utils
3- version = 1.0.0
3+ description = Utils for testing with LocalStack
4+ version = attr: localstack_utils.__version__
45author = Cristopher Pinzon
56author_email = cristopher.pinzon@localstack.cloud
67summary = LocalStack Utils for testing
7- description = Utils for testing with LocalStack
88long_description = file: README.md
99long_description_content_type = text/markdown; charset=UTF-8
1010license = Apache License 2.0
11+ url = https://github.com/localstack/localstack-obfuscator
1112classifiers =
1213 Development Status :: 5 - Production/Stable
1314 License :: OSI Approved :: Apache Software License
You can’t perform that action at this time.
0 commit comments