From 3675a0aff34fbe6b530ecdda1ee4ec89e53a2724 Mon Sep 17 00:00:00 2001 From: Felix Hamborg Date: Tue, 29 Aug 2023 14:16:11 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf4a9fb4..d826921f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='news-please', - version='1.5.33', + version='1.5.34', description="news-please is an open source easy-to-use news extractor that just works.", long_description="""\ news-please is an open source, easy-to-use news crawler that extracts structured information from almost any news website. It can follow recursively internal hyperlinks and read RSS feeds to fetch both most recent and also old, archived articles. You only need to provide the root URL of the news website. Furthermore, its API allows developers to access the exctraction functionality within their software. news-please also implements a workflow optimized for the news archive provided by commoncrawl.org, allowing users to efficiently crawl and extract news articles including various filter options.""",