initial code added

This commit is contained in:
Brennen Raimer
2026-05-04 11:07:01 -04:00
parent 0f1e810a40
commit 92e767c3d5
4 changed files with 63 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
[project]
name = "relative-playlist-maker"
version = "0.1.0"
description = "Recursively traverse a music folder containing tracks and playlist files that reference them, replacing absolute paths in the playlists with equivalent relative paths."
requires-python = ">=3.4"
dependencies = []