mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2025-04-11 06:46:03 -05:00
fix: Add script path
This commit is contained in:
parent
783e093ac6
commit
f45722d0bc
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue