[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "ai-code-audit-cli" version = "0.1.0" description = "AI-powered code audit CLI tool" readme = "README.md" requires-python = ">=3.10" dependencies = [ "rich>=13.0.0", "typer>=0.9.0", ] [project.optional-dependencies] dev = ["pytest>=7.0.0", "ruff>=0.1.0"] [tool.pytest.ini_options] testpaths = ["tests"]