Skip to content

Commit

Permalink
update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrevathan committed Dec 8, 2023
1 parent e1a177b commit 95c1c94
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ style = "semver"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"
build-backend = "poetry_dynamic_versioning.backend"

[[tool.poetry.source]]
name = "devpi"
url = "https://devpi.ninjaneering.io/jtrevathan/dev/+simple/"
priority = "supplemental"

0 comments on commit 95c1c94

Please sign in to comment.