Added more info to pyproject.toml

This commit is contained in:
Jamie Hardt
2024-07-07 12:35:31 -07:00
parent 6afee66796
commit 9c697b3498

View File

@@ -4,6 +4,16 @@ version = "0.3.0"
description = "MetaFlac batch editor" description = "MetaFlac batch editor"
authors = ["Jamie Hardt <jamiehardt@me.com>"] authors = ["Jamie Hardt <jamiehardt@me.com>"]
readme = "README.md" readme = "README.md"
license = "MIT"
homepage = "https://github.com/iluvcapra/mfbatch"
repository = "https://github.com/iluvcapra/mfbatch.git"
keywords = ['flac', 'metadata', 'audio', 'multimedia', 'console', 'scripting']
classifiers = [
'Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia :: Sound/Audio :: Editors',
]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"