generated from brennen/python_project
7 lines
289 B
TOML
7 lines
289 B
TOML
[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 = []
|