File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " aws-sdk"
3- version = " 0.0.1 "
3+ dynamic = [ " version " ]
44description = " Meta-package containing all AWS service clients."
55readme = " README.md"
66requires-python = " >=3.12"
@@ -21,16 +21,17 @@ classifiers = [
2121dependencies = []
2222
2323[project .optional-dependencies ]
24+ bedrock_runtime = [" aws_sdk_bedrock_runtime==0.0.2" ]
2425all = [
25- " aws_sdk_bedrock_runtime" ,
26- ]
27- bedrock_runtime = [
28- " aws_sdk_bedrock_runtime" ,
26+ " aws_sdk[bedrock_runtime]" ,
2927]
3028
3129[build-system ]
3230requires = [" hatchling" ]
3331build-backend = " hatchling.build"
3432
33+ [tool .hatch .version ]
34+ path = " src/aws_sdk/__init__.py"
35+
3536[tool .ruff ]
3637src = [" src" ]
Original file line number Diff line number Diff line change 11# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22# SPDX-License-Identifier: Apache-2.0
3+ __version__ = "0.0.1"
4+
35
46# TODO: Consider adding relative imports for services from the top level namespace?
You can’t perform that action at this time.
0 commit comments