mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2025-04-11 14:56:04 -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]
|
[project]
|
||||||
name = "recipe-box"
|
name = "recipe-box-for-wikijs"
|
||||||
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
classifiers = ["Programming Language :: Python :: 3"]
|
classifiers = ["Programming Language :: Python :: 3"]
|
||||||
|
@ -11,4 +11,4 @@ requires-python = ">=3.8"
|
||||||
dependencies = ["recipe-scrapers", "requests", "httpx[http2]"]
|
dependencies = ["recipe-scrapers", "requests", "httpx[http2]"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
recipe_box = "recipe_box"
|
recipe_box = "recipe_box:recipe_box"
|
||||||
|
|
2
uv.lock
2
uv.lock
|
@ -622,7 +622,7 @@ wheels = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "recipe-box"
|
name = "recipe-box-for-wikijs"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Reference in a new issue