From 18504e7144b0566650e5ea89c8321f7c7aecb29a Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 19 Feb 2023 04:07:08 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 69e4d8d..aa2b56b 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ with open("README.md", "r", encoding="utf-8") as file: setuptools.setup( name="reddit-post-scraping-tool", - version="1.1.0.0", + version="1.1.0.2", author="Richard Mwewa", author_email="rly0nheart@duck.com", packages=["reddit_post_scraping_tool"], description="Given a subreddit name and a keyword, this program returns all top (by default) posts that contain the specified word.", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/rly0nheart/reddit-post-scraping-tool", + url="https://github.com/bellingcat/reddit-post-scraping-tool", license="MIT License", install_requires=["rich", "requests"], classifiers=[