From 836bcbcb0026f69adb24c32b6833b6452f008cdd Mon Sep 17 00:00:00 2001 From: Tom Nordal Date: Sat, 17 Aug 2024 14:13:04 +0200 Subject: [PATCH] add scripts to toml file --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6a3f36f..c4b8c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,3 +18,6 @@ pytest = "^8.3.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tool.poetry.scripts] +pm = "portfolio_manager.scr.cli:main_cli"