[project] name = "explore-agentic" version = "0.1.0" description = "A sample Python project" requires-python = ">=3.11" dependencies = [] [project.optional-dependencies] test = ["pytest>=8.0.0"] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_functions = ["test_*"]