summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/oe-image-files-spdx/pyproject.toml
blob: 3fab5dd605def8df1265a2e0936c8e2c82d71415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "oe-image-files"
description = "Displays all packaged files on the root file system"
dynamic = ["version"]
requires-python = ">= 3.8"
readme = "README.md"

dependencies = [
    "spdx_python_model @ git+https://github.com/spdx/spdx-python-model.git@aa40861f11d1b5d20edba7101835341a70d91179",
]

[project.scripts]
oe-image-files = "oe_image_files:main"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "src/oe_image_files/version.py"

[tool.hatch.metadata]
allow-direct-references = true