[project] name = "music-manager" version = "1.0.0" description = "Organize and auto-populate music library for Nextcloud Music" requires-python = ">=3.9" dependencies = [ "mutagen>=1.47.0", "spotipy>=2.24.0", ] readme = "README.md" license = { text = "MIT" } [project.scripts] music-organize = "music_manager.organizer:main" music-autopop = "music_manager.autopop:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"