From 9c697b3498a97797d91626d5409f510466263295 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 7 Jul 2024 12:35:31 -0700 Subject: [PATCH] Added more info to pyproject.toml --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8c2a4c7..468dfe3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,16 @@ version = "0.3.0" description = "MetaFlac batch editor" authors = ["Jamie Hardt "] 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"