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:
+3
-3
@@ -29,7 +29,7 @@ Individuals who need to download a large number of videos or audio files from a
|
|||||||
- Download type (audio, video)
|
- Download type (audio, video)
|
||||||
- Save directory
|
- Save directory
|
||||||
- Use of aria2c
|
- Use of aria2c
|
||||||
- aria2c-related settings
|
- aria2-related settings
|
||||||
- GUI settings
|
- GUI settings
|
||||||
|
|
||||||
## GUI
|
## 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
|
- Allows adjusting all settings from the GUI
|
||||||
- Modern Design
|
- Modern Design
|
||||||
|
|
||||||
|
|
||||||
## Platform
|
## Platform
|
||||||
|
|
||||||
- Desktop application
|
- Desktop application
|
||||||
@@ -52,4 +51,5 @@ Individuals who need to download a large number of videos or audio files from a
|
|||||||
- Python
|
- Python
|
||||||
- Frontend
|
- Frontend
|
||||||
- qt ?
|
- qt ?
|
||||||
- Tkinter?
|
- Tkinter?
|
||||||
|
|
||||||
+4
-4
@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0", "wheel"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "yt-playlist-downloader"
|
name = "ytpld"
|
||||||
version = "v1.1.4"
|
version = "v1.1.1"
|
||||||
description = "YouTube playlist downloader"
|
description = "YouTube playlist downloader"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [ { name = "Dark_Zoul" } ]
|
authors = [ { name = "Dark_Zoul" } ]
|
||||||
@@ -15,5 +15,5 @@ keywords = ["youtube", "yt-dlp", "playlist", "downloader"]
|
|||||||
"Home" = "https://git.darkzoul.org/dark_zoul/youtube-playlist-downloader"
|
"Home" = "https://git.darkzoul.org/dark_zoul/youtube-playlist-downloader"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["src"]
|
||||||
include = ["ytplaylist*"]
|
include = ["*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user