aboutsummaryrefslogtreecommitdiff
path: root/gemini-to-web/pyproject.toml
blob: 54576dfcfc840db0eaacfd5c89b17db4ebccfba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "gemini-to-web"
version = "0.0.0"
authors = [
    { name = "alex", email = "alex@pdp7.net" }
]
requires-python = ">=3.12"
dependencies = [
    "htmlgenerator>=1.2.32",
    "lxml>=6.0.2",
]

[project.scripts]
coppewebite-parse = "gemini_to_web.parser:cli_parse"
coppewebite-to-html = "gemini_to_web.html:cli_to_html"

[build-system]
requires = ["uv_build>=0.9.30,<0.10.0"]
build-backend = "uv_build"