14 lines
365 B
TOML
14 lines
365 B
TOML
[project]
|
|
name = "fault-localisation"
|
|
version = "0.1.0"
|
|
description = "fault-localisation — name the service that broke, not the ones complaining about it."
|
|
requires-python = ">=3.11"
|
|
dependencies = ["verifiers==0.3.1"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["fault_localisation"]
|