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"