mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-04 04:53:58 +03:00
20 lines
488 B
TOML
20 lines
488 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "ytpld"
|
|
version = "v1.1.1"
|
|
description = "YouTube playlist downloader"
|
|
readme = "README.md"
|
|
authors = [ { name = "Dark_Zoul" } ]
|
|
license = { file = "LICENSE" }
|
|
keywords = ["youtube", "yt-dlp", "playlist", "downloader"]
|
|
|
|
[project.urls]
|
|
"Home" = "https://git.darkzoul.org/dark_zoul/youtube-playlist-downloader"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
include = ["*"]
|