Skip to content

Commit c24ff91

Browse files
authored
First release
2 parents d5be6c1 + bd4372a commit c24ff91

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ nosetests.xml
44
__pycache__
55
localstack_utils.egg-info
66
.ruff_cache
7+
dist

localstack_utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "1.0.0"

setug.cfg renamed to setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[metadata]
22
name = localstack-utils
3-
version = 1.0.0
3+
description = Utils for testing with LocalStack
4+
version = attr: localstack_utils.__version__
45
author = Cristopher Pinzon
56
author_email = cristopher.pinzon@localstack.cloud
67
summary = LocalStack Utils for testing
7-
description = Utils for testing with LocalStack
88
long_description = file: README.md
99
long_description_content_type = text/markdown; charset=UTF-8
1010
license = Apache License 2.0
11+
url = https://github.com/localstack/localstack-obfuscator
1112
classifiers =
1213
Development Status :: 5 - Production/Stable
1314
License :: OSI Approved :: Apache Software License

0 commit comments

Comments
 (0)