mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
update pyproject.toml
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@ Individuals who need to download a large number of videos or audio files from a
|
||||
- Download type (audio, video)
|
||||
- Save directory
|
||||
- Use of aria2c
|
||||
- aria2c-related settings
|
||||
- aria2-related settings
|
||||
- GUI settings
|
||||
|
||||
## GUI
|
||||
@@ -38,7 +38,6 @@ Individuals who need to download a large number of videos or audio files from a
|
||||
- Allows adjusting all settings from the GUI
|
||||
- Modern Design
|
||||
|
||||
|
||||
## Platform
|
||||
|
||||
- Desktop application
|
||||
@@ -53,3 +52,4 @@ Individuals who need to download a large number of videos or audio files from a
|
||||
- Frontend
|
||||
- qt ?
|
||||
- Tkinter?
|
||||
|
||||
+4
-4
@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "yt-playlist-downloader"
|
||||
version = "v1.1.4"
|
||||
name = "ytpld"
|
||||
version = "v1.1.1"
|
||||
description = "YouTube playlist downloader"
|
||||
readme = "README.md"
|
||||
authors = [ { name = "Dark_Zoul" } ]
|
||||
@@ -15,5 +15,5 @@ keywords = ["youtube", "yt-dlp", "playlist", "downloader"]
|
||||
"Home" = "https://git.darkzoul.org/dark_zoul/youtube-playlist-downloader"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["ytplaylist*"]
|
||||
where = ["src"]
|
||||
include = ["*"]
|
||||
|
||||
Reference in New Issue
Block a user