diff --git a/pyproject.toml b/pyproject.toml index 9f4a5bf..26cdd3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ["rpst"] [project] name = "reddit-post-scraping-tool" version = "1.9.0.0" -description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword." +description = "Retrieve Reddit posts that contain the specified keyword from a specified subreddit." readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"}