mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
16 lines
301 B
TOML
16 lines
301 B
TOML
[tool.poetry]
|
|
name = "mfbatch"
|
|
version = "0.1.0"
|
|
description = "MetaFlac batch editor"
|
|
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
tqdm = "^4.66.4"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|