File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
packages/localstack-sdk-generated/templates Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[project]
22name = "localstack-sdk-generated"
3- version = " { {{packageVersion } }}"
3+ dynamic = ["version"]
44description = "LocalStack REST API - Generated Code"
55authors = [
66 { name = " LocalStack Contributors" , email = " info@localstack.cloud" }
@@ -18,13 +18,17 @@ dev-dependencies = [
1818]
1919
2020[build-system]
21- requires = ["setuptools"]
21+ requires = ["setuptools", "setuptools_scm>=8" ]
2222build-backend = "setuptools.build_meta"
2323
24+ [tool.setuptools_scm]
25+ local_scheme = "no-local-version"
26+ root = "../.."
27+
2428[tool.setuptools]
2529package-dir = { " " = " ." }
2630
2731[tool.setuptools.packages.find]
2832where = ["."]
2933include = ["*"]
30- exclude = ["tests*"]
34+ exclude = ["tests*"]
You can’t perform that action at this time.
0 commit comments