Skip to content

Commit 814c929

Browse files
Merge pull request #7 from auth0/fix/release-build-config
fix: Remove poetry-dynamic-versioning
2 parents d379a11 + c00b175 commit 814c929

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.shiprc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"files": {
3-
".version": []
3+
".version": [],
4+
"pyproject.toml": ["version = \"{MAJOR}.{MINOR}.{PATCH}\""]
45
},
56
"prefixVersion": false
67
}

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ ignore = [
8585
[tool.ruff.lint.isort]
8686
section-order = ["future", "standard-library", "third-party", "first-party"]
8787

88-
[tool.poetry-dynamic-versioning]
89-
enable = true
90-
style = "pep440"
91-
vcs = "none"
92-
9388
[build-system]
94-
requires = ["poetry-core", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
95-
build-backend = "poetry_dynamic_versioning.backend"
89+
requires = ["poetry-core"]
90+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)