summaryrefslogtreecommitdiff
path: root/tools/sops-inventory/pyproject.toml
blob: 980aa0962aa8acdd31f6bfad28eaa12dcc24e5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "sops_inventory"
version = "0.0.0"
description = ""
authors = [{ name = "Gregor Kleen", email = "gkleen@yggdrasil.li" }]
requires-python = ">=3.10,<4"
classifiers = [
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    "Programming Language :: Python :: 3.14",
]
dependencies = ["pyyaml>=6.0,<7"]

[project.scripts]
sops-inventory = "sops_inventory.__main__:main"

[tool.uv]

[tool.uv.build-backend]
module-root = ""

[build-system]
requires = ["uv_build>=0.10.9,<0.11.0"]
build-backend = "uv_build"