aboutsummaryrefslogtreecommitdiff
path: root/blog_v2/pyproject.toml
blob: 2747ec4d17e8a15c7a0187f5eacd5f03bf3314cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[project]
name = "blog"
version = "0.1.0"
description = "Add your description here"
authors = [
    { name = "alex", email = "alex@pdp7.net" }
]
requires-python = ">=3.12"
dependencies = [
    "feedgen>=1.0.0",
    "htmlgenerator>=1.2.32",
    "lxml>=6.0.2",
]

[project.scripts]
blog = "blog:main"

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