[build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.build_meta" [project] name = "ietf-act-ect-interop" version = "0.1.0" description = "Cross-spec interop tests between ietf-act and ietf-ect reference implementations" requires-python = ">=3.11" license = "BSD-3-Clause" dependencies = [ "ietf-act", "ietf-ect", "pytest>=8.0", ] [tool.setuptools.packages.find] where = ["."] include = ["tests*"] [tool.pytest.ini_options] testpaths = ["tests"]