update pyproject.toml

This commit is contained in:
2026-03-18 19:54:13 +02:00
parent 33f8a4e72f
commit e3559118c1
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
View File
@@ -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 = ["*"]