[tool.poetry] name = "mfbatch" version = "0.1.0" description = "MetaFlac batch editor" authors = ["Jamie Hardt "] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" tqdm = "^4.66.4" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"