From 8f259b7a40440176ce894176911414105cfc19bc Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:54:31 +0200 Subject: [PATCH] Update pyproject.toml 1.7.0.0 --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08f4aec..2fef997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,12 @@ packages = ["rpst"] [project] name = "reddit-post-scraping-tool" -version = "1.6.2.0" +version = "1.7.0.0" description = "Given a subreddit name and a keyword, RPST returns all top (by default) posts that contain the specified keyword." readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"} -keywords = ["osint", "reddit-crawler", "reddit-scraping", "reddit"] +keywords = ["reddit-crawler", "reddit-scraping", "reddit", "reddit-api"] authors = [{name = "Richard Mwewa", email = "rly0nheart@duck.com"}] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -26,6 +26,7 @@ classifiers = [ dependencies = [ "rich", + "glyphoji", "requests", ] @@ -35,4 +36,4 @@ documentation = "https://github.com/bellingcat/reddit-post-scraping-tool/wiki" repository = "https://github.com/bellingcat/reddit-post-scraping-tool.git" [project.scripts] -rpst = "rpst.__main:run" +rpst = "rpst.main:run"