diff --git a/README.md b/README.md index fd0c33b..5051e49 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ![Logo](cloudbender.png) CloudBender +# ![Logo](https://git.zero-downtime.net/ZeroDownTime/CloudBender/media/branch/master/cloudbender.png) CloudBender # About @@ -13,16 +13,16 @@ First class support for: `$ pip install cloudbender` # State management -## Cloudformation -All state is handled by AWS Cloudformation. -The required account and region are determined by CloudBender automatically from the configuration. - ## Pulumi The state for all Pulumi resources are stored on S3 in your account and in the same region as the resources being deployed. No data is send to nor shared with the official Pulumi provided APIs. CloudBender configures Pulumi with a local, temporary workspace on the fly. This incl. the injection of various common parameters like the AWS account ID and region etc. +## Cloudformation +All state is handled by AWS Cloudformation. +The required account and region are determined by CloudBender automatically from the configuration. + # CLI diff --git a/pyproject.toml b/pyproject.toml index 5c537b4..c9f0f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,10 @@ dynamic = ["version"] authors = [ { name="Stefan Reimer", email="stefan@zero-downtime.net" }, ] -description = "Toolset to render and manage AWS Cloudformation" +description = "Deploy and maintain infrastructure in automated and trackable manner" readme = "README.md" license = "AGPL-3.0-or-later" -requires-python = ">=3.7" +requires-python = ">=3.8" dependencies = [ "boto3", "mock",