From 643e6bfca1917a2351d010e2e79efdb3d0b80262 Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Tue, 19 Mar 2024 16:14:38 -0700 Subject: [PATCH] Add Keywords --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 05f0624..b8d2927 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,11 @@ author="Yash Totale", author_email="totaleyash@gmail.com", license="MIT", + keywords=[ + "Goodreads", + "Web Scraper", + "CLI", + ], classifiers=[ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",