Skip to content

Commit

Permalink
improve extension descriptions as they will be used for display in th…
Browse files Browse the repository at this point in the history
…e webapp (#41)
  • Loading branch information
lukqw authored Nov 15, 2023
1 parent ed1cf85 commit 7cb17fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hello-world/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = localstack-extension-hello-world
version = 0.1.0
summary = LocalStack Extension: Hello World
description = A hello world example extension for Localstack, showing how extensions should be organized
description = A minimal LocalStack extension
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/localstack/localstack-extensions/tree/main/hello-world
Expand Down
2 changes: 1 addition & 1 deletion mailhog/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = https://github.com/localstack/localstack-extensions/tree/main/mailhog
author = LocalStack
author_email = [email protected]
summary: LocalStack Extension: MailHog
description = Web and API based STMP testing directly in LocalStack
description = Web and API based SMTP testing directly in LocalStack using MailHog
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8

Expand Down
2 changes: 1 addition & 1 deletion miniflare/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = localstack-extension-miniflare
version = 0.1.0
summary = LocalStack Extension: Miniflare
description = Extension to run Miniflare on LocalStack
description = This extension makes Miniflare (dev environment for Cloudflare workers) available directly in LocalStack
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/localstack/localstack-extensions/tree/main/miniflare
Expand Down
2 changes: 1 addition & 1 deletion stripe/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = https://github.com/localstack/localstack-extensions/tree/main/stripe
author = Thomas Rausch
author_email = [email protected]
summary = LocalStack Extension: Stripe
description = Stripe extension for LocalStack
description = A LocalStack extension that provides a mocked version of Stripe as a service
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = Apache License 2.0
Expand Down

0 comments on commit 7cb17fc

Please sign in to comment.