fix: Build issues

This commit is contained in:
Sayantan Santra 2025-03-21 13:38:00 -05:00
parent f45722d0bc
commit 8d8849f34e
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -622,7 +622,7 @@ wheels = [
]
[[package]]
name = "recipe-box"
name = "recipe-box-for-wikijs"
version = "1.0.0"
source = { virtual = "." }
dependencies = [