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
+3 -3
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) - 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
View File
@@ -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 = ["*"]