From 64ebdca6ee4c03674da1ae1c4e5d5a9bf531f2b4 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 5 Aug 2023 23:50:09 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72ed0ec..3d6da90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "reddit-post-scraping-tool" version = "1.4.0.0" -description = "Given a subreddit name and a keyword, this program returns all top (by default) posts that contain the specified word." +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"} @@ -27,9 +27,9 @@ dependencies = [ ] [project.urls] -homepage = "https://github.com/bellingcat/reddit-post-scraping-tool" +homepage = "https://github.com/bellingcat" documentation = "https://github.com/bellingcat/reddit-post-scraping-tool/wiki" repository = "https://github.com/bellingcat/reddit-post-scraping-tool.git" [project.scripts] -reddit_post_scraping_tool = "reddit_post_scraping_tool.main:main" +rpst = "rpst.__main:run"