mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2025-04-04 04:08:02 -05:00
fix: Build issues
This commit is contained in:
parent
f45722d0bc
commit
8d8849f34e
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[project]
|
||||
name = "recipe-box"
|
||||
name = "recipe-box-for-wikijs"
|
||||
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
||||
license = "MIT"
|
||||
classifiers = ["Programming Language :: Python :: 3"]
|
||||
|
@ -11,4 +11,4 @@ requires-python = ">=3.8"
|
|||
dependencies = ["recipe-scrapers", "requests", "httpx[http2]"]
|
||||
|
||||
[project.scripts]
|
||||
recipe_box = "recipe_box"
|
||||
recipe_box = "recipe_box:recipe_box"
|
||||
|
|
2
uv.lock
2
uv.lock
|
@ -622,7 +622,7 @@ wheels = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "recipe-box"
|
||||
name = "recipe-box-for-wikijs"
|
||||
version = "1.0.0"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
|
|
Loading…
Reference in a new issue