[build-system] requires = ["setuptools>=68.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "personal-brand-engine" version = "1.0.0" description = "AI-powered personal brand automation system with 6 autonomous agents" readme = "README.md" requires-python = ">=3.11" license = {text = "MIT"} authors = [ {name = "Sami Assiri", email = "sami.assiri11@gmail.com"} ] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] [tool.ruff] target-version = "py312" line-length = 100