websecure / hackathon-techex /pyproject.toml
SoulInPsyAbstract's picture
Mirror GitHub commit 954b20931bd23bf971072a5ec79424ac03b09d6b (committed 2026-09-12T11:35:28+03:00), pushed 2026-09-12T08:35:36Z
7cfea77 verified
Raw
History Blame Contribute Delete
473 Bytes
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "sipa-scan-ledger"
version = "0.1.0"
description = "Verifiable, diffable scan history for EilatSecure - TechEx Amsterdam Hackathon entry"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
dependencies = []
[project.optional-dependencies]
dev = ["pytest>=7"]
[tool.setuptools]
packages = ["sipa_scan_ledger"]
[tool.pytest.ini_options]
testpaths = ["tests"]