diff --git a/pygooglenewsscraper/__init__.py b/pygooglenewsscraper/__init__.py index 89b62c9..e525646 100644 --- a/pygooglenewsscraper/__init__.py +++ b/pygooglenewsscraper/__init__.py @@ -1 +1 @@ -from googlenewsscraper import Request, GoogleNews, NewsArticle \ No newline at end of file +from pygooglenewsscraper import Request, GoogleNews, NewsArticle \ No newline at end of file diff --git a/pygooglenewsscraper/googlenewsscraper.py b/pygooglenewsscraper/pygooglenewsscraper.py similarity index 100% rename from pygooglenewsscraper/googlenewsscraper.py rename to pygooglenewsscraper/pygooglenewsscraper.py