[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "deepfake-scanner" version = "0.2.0" description = "Detect AI-generated and manipulated images via a versioned FastAPI inference service." requires-python = ">=3.11" license = { text = "Apache-2.0" } [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] testpaths = ["tests"] addopts = "-q"