Skip to content

Commit 5cdb01f

Browse files
authored
Merge pull request #12 from forcedotcom/fixDynamicVersioning
Fixed dynamic versioning.
2 parents c29b3f1 + 3db9225 commit 5cdb01f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[build-system]
22
build-backend = "poetry_dynamic_versioning.backend"
3-
requires = [
4-
"poetry-core>=2.0.0",
5-
"poetry-dynamic-versioning>=1.0.0,<2.0.0"
6-
]
3+
requires = ["poetry-core>=2.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
74

85
[project]
96
authors = []
@@ -21,7 +18,6 @@ license = "Apache-2.0"
2118
name = "salesforce-data-customcode"
2219
readme = "README.md"
2320
requires-python = ">=3.10,<3.12"
24-
version = "0.1.0"
2521

2622
[tool.black]
2723
exclude = '''
@@ -93,6 +89,7 @@ include = [
9389
{path = "src/datacustomcode/config.yaml", format = "sdist"}
9490
]
9591
packages = [{include = "datacustomcode", from = "src"}]
92+
version = "0.0.0"
9693

9794
[tool.poetry.build]
9895
generate-setup-file = false

0 commit comments

Comments
 (0)