diff --git a/pyproject.toml b/pyproject.toml index 9085025..f968fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 6b234e2..531d79d 100644 --- a/uv.lock +++ b/uv.lock @@ -622,7 +622,7 @@ wheels = [ ] [[package]] -name = "recipe-box" +name = "recipe-box-for-wikijs" version = "1.0.0" source = { virtual = "." } dependencies = [