16 lines
328 B
TOML
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"
|