From f45722d0bc2aad7e0201bc736f5d7d1f4a449eba Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 21 Mar 2025 13:30:42 -0500 Subject: [PATCH] fix: Add script path --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 966ceee..9085025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,3 +9,6 @@ readme = "README.md" keywords = ["recipe", "food", "recipe-box"] requires-python = ">=3.8" dependencies = ["recipe-scrapers", "requests", "httpx[http2]"] + +[project.scripts] +recipe_box = "recipe_box"