Skip to content

Commit

Permalink
build: re-add shamir cli tool to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik authored and andrewkozlik committed May 14, 2024
1 parent 1525df1 commit 70ad2cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ pytest = "*"
black = ">=20"
isort = "^5"

[tool.poetry.scripts]
shamir = "shamir_mnemonic.cli:cli"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 70ad2cd

Please sign in to comment.