Skip to content

Commit 58a20fb

Browse files
committed
update pyproject
1 parent 74f08bd commit 58a20fb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Python SDK for LocalStack"
55
authors = [
66
{ name = "LocalStack Team", email = "info@localstack.cloud"}
77
]
8-
version = "0.0.4"
8+
dynamic = ["version"]
99
dependencies = [
1010
"localstack-sdk-generated"
1111
]
@@ -17,9 +17,12 @@ Repository = "https://github.com/localstack/localstack-sdk-python.git"
1717
Issues = "https://github.com/localstack/localstack-sdk-python/issues"
1818

1919
[build-system]
20-
requires = ["setuptools>=64"]
20+
requires = ["setuptools>=64", "setuptools_scm>=8"]
2121
build-backend = "setuptools.build_meta"
2222

23+
[tool.setuptools_scm]
24+
local_scheme = "no-local-version"
25+
2326
[tool.setuptools.dynamic]
2427
readme = { file = ["README.md"], content-type = "text/markdown"}
2528

@@ -30,6 +33,8 @@ dev-dependencies=[
3033
"boto3>=1.35.40",
3134
]
3235

36+
cache-keys = [{ file = "pyproject.toml" }, { git = { commit = true , tags = true }}]
37+
3338
[tool.uv.sources]
3439
localstack-sdk-generated = { workspace = true }
3540

0 commit comments

Comments
 (0)