Files
core-api/pyproject.toml
T
Jeroen SchweitzerandClaude Opus 4.5 49be935b5d
Build and Push / build (release) Successful in 1m10s
feat: add link_type field to quick links
Adds link_type column to quick_links table for iframe vs new_tab behavior.
Includes Alembic migration and schema updates.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 14:38:10 +01:00

17 lines
334 B
TOML

[project]
name = "core-api"
version = "1.6.1"
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"