# pyproject.toml [build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "fractus-vorax" version = "1.0.0" description = "Fractus ne s'entraine plus : il mange. Knowledge ingestion without training." requires-python = ">=3.10" dependencies = ["numpy>=1.24"] [project.optional-dependencies] dev = ["pytest>=8"] [project.scripts] fractus-vorax = "fractus_vorax.agent.cli:main" [tool.setuptools.packages.find] include = ["fractus_vorax*"] [tool.pytest.ini_options] testpaths = ["tests"] markers = ["slow: tests lourds exclus par défaut"]