First commit of sources

This commit is contained in:
Jamie Hardt
2024-06-23 21:52:54 -07:00
parent 5362f13476
commit 3c746fb3da
4 changed files with 183 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"