Skip to content

Commit a5fe8bc

Browse files
authored
Merge pull request #20 from awslabs/revert-meta-pkg-rename
Rename aws-sdk package back to aws-sdk-python temporarily
2 parents 91697b6 + c5c2160 commit a5fe8bc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.

clients/aws-sdk-python/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-python[all]` or a select subset
5+
of services with `aws-sdk-python[bedrock-runtime,...]`.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "aws-sdk"
2+
name = "aws-sdk-python"
33
dynamic = ["version"]
44
description = "Meta-package containing all AWS service clients."
55
readme = "README.md"
@@ -23,15 +23,15 @@ dependencies = []
2323
[project.optional-dependencies]
2424
bedrock_runtime = ["aws_sdk_bedrock_runtime==0.0.2"]
2525
all = [
26-
"aws_sdk[bedrock_runtime]",
26+
"aws_sdk_python[bedrock_runtime]",
2727
]
2828

2929
[build-system]
3030
requires = ["hatchling"]
3131
build-backend = "hatchling.build"
3232

3333
[tool.hatch.version]
34-
path = "src/aws_sdk/__init__.py"
34+
path = "src/aws_sdk_python/__init__.py"
3535

3636
[tool.ruff]
3737
src = ["src"]

clients/aws-sdk/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)