Files
daglib/pyproject.toml
John Lancaster 56763014c1 project updates
2026-02-20 23:07:09 -06:00

25 lines
474 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"
[dependency-groups]
dev = [
"ipykernel>=7.2.0",
"pre-commit>=4.5.1",
"ruff>=0.15.2",
]