poetry commands, docker, click

This commit is contained in:
callebtc
2022-09-15 02:48:22 +03:00
parent b2f8a9824d
commit 17ba6e0841
6 changed files with 59 additions and 86 deletions

View File

@@ -39,3 +39,7 @@ isort = "^5.10.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
mint = "mint.app:main"
cashu = "wallet.cashu:cli"