Update setup.py

This commit is contained in:
Richard Mwewa
2023-02-19 04:07:08 +02:00
committed by GitHub
parent 4e88ba0374
commit 18504e7144

View File

@@ -5,14 +5,14 @@ with open("README.md", "r", encoding="utf-8") as file:
setuptools.setup( setuptools.setup(
name="reddit-post-scraping-tool", name="reddit-post-scraping-tool",
version="1.1.0.0", version="1.1.0.2",
author="Richard Mwewa", author="Richard Mwewa",
author_email="rly0nheart@duck.com", author_email="rly0nheart@duck.com",
packages=["reddit_post_scraping_tool"], 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.", 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=long_description,
long_description_content_type="text/markdown", 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", license="MIT License",
install_requires=["rich", "requests"], install_requires=["rich", "requests"],
classifiers=[ classifiers=[