mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Added more info to pyproject.toml
This commit is contained in:
@@ -4,6 +4,16 @@ version = "0.3.0"
|
||||
description = "MetaFlac batch editor"
|
||||
authors = ["Jamie Hardt <jamiehardt@me.com>"]
|
||||
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]
|
||||
python = "^3.9"
|
||||
|
||||
Reference in New Issue
Block a user