Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/TonieToolbox/files/patch-pyproject.toml
19260 views
1
--- pyproject.toml.orig 2025-11-15 05:43:17 UTC
2
+++ pyproject.toml
3
@@ -8,7 +8,7 @@ requires-python = ">=3.7"
4
description = "Convert audio files to Toniebox compatible format (.TAF) and interact with TeddyCloud."
5
readme = "README.md"
6
requires-python = ">=3.7"
7
-license = "GPL-3.0-or-later"
8
+license = { file = "LICENSE.md" }
9
authors = [
10
{name = "Quentendo64", email = "[email protected]"}
11
]
12
@@ -38,4 +38,4 @@ Homepage = "https://github.com/Quentendo64/TonieToolbo
13
"Bug Tracker" = "https://github.com/Quentendo64/TonieToolbox/issues"
14
15
[project.scripts]
16
-tonietoolbox = "TonieToolbox.__main__:main"
17
\ No newline at end of file
18
+tonietoolbox = "TonieToolbox.__main__:main"
19
20