Skip to content

Commit 4812bd3

Browse files
authored
Rename SDK meta-package to aws-sdk (#16)
1 parent c5e236b commit 4812bd3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

clients/aws-sdk-python/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

clients/aws-sdk/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# AWS SDK for Python
2+
3+
This meta-package allows for installation of either all supported AWS
4+
services similar to boto3 with `aws-sdk[all]` or a select subset
5+
of services with `aws-sdk[bedrock-runtime,...]`.

clients/aws-sdk-python/pyproject.toml renamed to clients/aws-sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
2-
name = "aws-sdk-python"
2+
name = "aws-sdk"
33
version = "0.0.1"
44
description = "Meta-package containing all AWS service clients."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
keywords = ["smithy", "aws_sdk_python", "aws"]
7+
keywords = ["smithy", "aws_sdk", "aws_sdk_python", "aws"]
88
license = {text = "Apache-2.0"}
99
classifiers = [
1010
"Development Status :: 2 - Pre-Alpha",

0 commit comments

Comments
 (0)