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] [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"

View file

@ -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 = [