Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ dev = [
]

[project.scripts]
# The canonical command, plus a language-suffixed alias so the launcher (and users)
# can pick a specific implementation when both are installed (DETERMA_STATE_IMPL=python).
determa-state = "determa.state.cli:main"
determa-state-python = "determa.state.cli:main"

[tool.hatch.version]
path = "src/determa/state/__about__.py"
Expand Down
Loading