From 146659e37f6500763c7453e401d21a272f2ba60d Mon Sep 17 00:00:00 2001 From: bashonly Date: Tue, 29 Jul 2025 17:49:56 -0500 Subject: [PATCH] [pyproject.toml] update keywords Authored by: bashonly --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41d5ec3b0..c39b9550f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,11 @@ description = "A feature-rich command-line audio/video downloader" readme = "README.md" requires-python = ">=3.9" keywords = [ + "cli", + "downloader", "youtube-dl", - "video-downloader", "youtube-downloader", "sponsorblock", - "youtube-dlc", "yt-dlp", ] license = {file = "LICENSE"}