File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Python SDK for LocalStack"
55authors = [
66 { name = " LocalStack Team" , email = " info@localstack.cloud" }
77]
8- version = " 0.0.4 "
8+ dynamic = [ " version " ]
99dependencies = [
1010 " localstack-sdk-generated"
1111]
@@ -17,9 +17,12 @@ Repository = "https://github.com/localstack/localstack-sdk-python.git"
1717Issues = " https://github.com/localstack/localstack-sdk-python/issues"
1818
1919[build-system ]
20- requires = [" setuptools>=64" ]
20+ requires = [" setuptools>=64" , " setuptools_scm>=8 " ]
2121build-backend = " setuptools.build_meta"
2222
23+ [tool .setuptools_scm ]
24+ local_scheme = " no-local-version"
25+
2326[tool .setuptools .dynamic ]
2427readme = { 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 ]
3439localstack-sdk-generated = { workspace = true }
3540
You can’t perform that action at this time.
0 commit comments