Path: blob/main/audio/TonieToolbox/files/patch-pyproject.toml
20809 views
--- pyproject.toml.orig 2025-10-26 20:56:37 UTC1+++ pyproject.toml2@@ -8,7 +8,7 @@ requires-python = ">=3.7"3description = "Convert audio files to Toniebox compatible format (.TAF) and interact with TeddyCloud."4readme = "README.md"5requires-python = ">=3.7"6-license = "GPL-3.0-or-later"7+license = { file = "LICENSE.md" }8authors = [9{name = "Quentendo64", email = "[email protected]"}10]11@@ -20,7 +20,7 @@ dependencies = [12"Topic :: Multimedia :: Sound/Audio :: Conversion",13]14dependencies = [15- "protobuf<=6.33.0",16+ "protobuf<=6.33.2",17"requests>=2.32.5",18"mutagen>=1.47.0",19"packaging>=25.0",20@@ -38,4 +38,4 @@ Homepage = "https://github.com/Quentendo64/TonieToolbo21"Bug Tracker" = "https://github.com/Quentendo64/TonieToolbox/issues"2223[project.scripts]24-tonietoolbox = "TonieToolbox.__main__:main"25\ No newline at end of file26+tonietoolbox = "TonieToolbox.__main__:main"272829