diff --git a/pyproject.toml b/pyproject.toml index cac9458..52c07a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,6 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -mint = "cashu.mint.app:main" +mint = "cashu.mint.main:main" cashu = "cashu.wallet.cli:cli" wallet-test = "tests.test_wallet:test" \ No newline at end of file