File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
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"
@@ -30,5 +30,8 @@ all = [
3030requires = [" hatchling" ]
3131build-backend = " hatchling.build"
3232
33+ [tool .hatch .version ]
34+ path = " src/aws_sdk/__init__.py"
35+
3336[tool .ruff ]
3437src = [" 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- import importlib . metadata
3+ __version__ = "0.0.1"
44
5- __version__ : str = importlib .metadata .version (__name__ )
65
76# TODO: Consider adding relative imports for services from the top level namespace?
You can’t perform that action at this time.
0 commit comments