15 lines
310 B
TOML
15 lines
310 B
TOML
[tool.poetry]
|
|
name = "dg-mtt"
|
|
version = "0.1.0"
|
|
description = "The Dazed Gerbil's Music Theory Trainer"
|
|
authors = ["Calum Andrew Morrell <calum@drulum.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|