Files
lab_autopoetry/pyproject.toml
Chris Proctor 97d36171c4 migrate to uv
2026-01-13 16:27:06 -05:00

16 lines
328 B
TOML

[project]
name = "lab_autopoetry"
version = "5.0.0"
description = ""
authors = [{ name = "Chris", email = "chris@chrisproctor.net" }]
requires-python = ">=3.11,<4"
license = "MIT"
dependencies = ["pronouncing>=0.2.0,<0.3"]
[dependency-groups]
dev = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"