feat: add gitea agentic runtime control plane
This commit is contained in:
14
pyproject.toml
Normal file
14
pyproject.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "devops-agent-runtime"
|
||||
version = "0.1.0"
|
||||
description = "Policy-enforced agentic delivery runtime for Gitea issue workflows."
|
||||
requires-python = ">=3.11"
|
||||
dependencies = ["PyYAML>=6"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-p no:cacheprovider"
|
||||
testpaths = ["tests"]
|
||||
Reference in New Issue
Block a user