Files
daglib/pyproject.toml
John Lancaster 0108b97698 initial commit
2026-02-20 23:04:24 -06:00

18 lines
374 B
TOML

[project]
name = "daglib"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "John Lancaster", email = "32917998+jsl12@users.noreply.github.com" }
]
requires-python = ">=3.12"
dependencies = []
[project.scripts]
daglib = "daglib:main"
[build-system]
requires = ["uv_build>=0.10.2,<0.11.0"]
build-backend = "uv_build"