Skip to content
Snippets Groups Projects
Commit 3c26a849 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fixing pex entry points

parent fa60e994
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1396changes for local builds
......@@ -23,5 +23,5 @@ pytest-resource-path = "^1.3.0"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[project.scripts]
[tool.poetry.scripts]
deliver = "delivery.delivery:main"
......@@ -15,6 +15,9 @@ pycapo = "^0.3.1"
pytest = "^7.3.1"
hypothesis = "^6.75.7"
[tool.poetry.scripts]
wf_inspector = "wf_inspector.inspector:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment