fix: Add script path

This commit is contained in:
Sayantan Santra 2025-03-21 13:30:42 -05:00
parent 783e093ac6
commit f45722d0bc
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -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"