[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "timetable-solver-service" version = "0.1.0" description = "BreakPilot timetable solver (Timefold + FastAPI)" requires-python = ">=3.10" [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]