[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"]