diff --git a/project plan.md b/project plan.md index e6e4156..620608c 100644 --- a/project plan.md +++ b/project plan.md @@ -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 @@ -52,4 +51,5 @@ Individuals who need to download a large number of videos or audio files from a - Python - Frontend - qt ? - - Tkinter? \ No newline at end of file + - Tkinter? + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a49818e..8a4c0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = ["*"]