mirror of
https://github.com/exo-explore/exo.git
synced 2026-09-24 03:45:21 -04:00
17 lines
319 B
TOML
17 lines
319 B
TOML
[project]
|
|
name = "exo-core"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Evan", email = "evanev7@gmail.com" }
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pydantic",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.24,<0.10.0"]
|
|
build-backend = "uv_build"
|