mirror of
https://github.com/SinTan1729/recipe-box-for-wikijs.git
synced 2025-04-04 04:08:02 -05:00
14 lines
491 B
TOML
14 lines
491 B
TOML
[project]
|
|
name = "recipe-box-for-wikijs"
|
|
authors = [{ name = "Sayantan Santra", email = "sayantan.santra689@gmail.com" }]
|
|
license = "MIT"
|
|
classifiers = ["Programming Language :: Python :: 3"]
|
|
version = "1.0.1"
|
|
description = "Download recipes into a (repurposed Zettelkasten) recipe box"
|
|
readme = "README.md"
|
|
keywords = ["recipe", "food", "recipe-box"]
|
|
requires-python = ">=3.8"
|
|
dependencies = ["recipe-scrapers", "requests", "httpx[http2]"]
|
|
|
|
[project.scripts]
|
|
recipe_box = "recipe_box:main"
|