extract to helper dir.
This commit is contained in:
@@ -5,7 +5,12 @@ description = "music utilies"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "publicmatt", email = "git@publicmatt.com" }]
|
||||
requires-python = ">=3.12"
|
||||
dependencies = ["click>=8.1.8", "yt-dlp>=2025.1.15"]
|
||||
dependencies = [
|
||||
"click>=8.1.8",
|
||||
"mpv>=1.0.7",
|
||||
"mutagen>=1.47.0",
|
||||
"yt-dlp>=2025.1.15",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
music = "music.__main__:cli"
|
||||
|
||||
Reference in New Issue
Block a user