[project] name = "core-api" version = "1.11.0" description = "Core Code API - Infrastructure management and tools API" readme = "README.md" requires-python = ">=3.12" license = {text = "MIT"} [tool.setuptools] packages = ["src"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."] asyncio_mode = "auto" addopts = "-v"