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"