[project] name = "music" version = "0.1.0" description = "music utilies" readme = "README.md" authors = [{ name = "publicmatt", email = "git@publicmatt.com" }] requires-python = ">=3.12" dependencies = [ "click>=8.1.8", "mpv>=1.0.7", "mutagen>=1.47.0", "pydantic>=2.0", "pydantic-settings>=2.12.0", "requests>=2.32.3", "structlog>=25.5.0", "yt-dlp>=2025.1.15", ] [project.scripts] music = "music.__main__:cli" stream = "music.__main__:stream" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"