mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-27 00:08:42 +00:00
10 lines
237 B
TOML
10 lines
237 B
TOML
[project]
|
|
name = "zed-eval"
|
|
version = "0.1.0"
|
|
description = "Harbor agent wrapper for Zed's eval-cli"
|
|
requires-python = ">=3.12"
|
|
dependencies = ["harbor"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|