Skip to content

Commit ad1923e

Browse files
dimitryzubilyazub
authored andcommitted
version bump to 2.4.2, change README .rst to .md
1 parent 56447f2 commit ad1923e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,9 @@ In some cases, there are more details available in the data object.
585585
If it's a client error, then a SerpApiClientException is raised.
586586

587587
## Change log
588+
2023-03-10 @ 2.4.2
589+
- Change long description to README.md
590+
588591
2021-12-22 @ 2.4.1
589592
- add more search engine
590593
- youtube

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
here = path.abspath(path.dirname(__file__))
66

7-
with open('README.rst') as fp:
7+
with open('README.md', mode='r', encoding='utf-8') as fp:
88
README = fp.read()
99

1010
setup(name='google_search_results',
11-
version='2.4.1',
11+
version='2.4.2',
1212
description='Scrape and search localized results from Google, Bing, Baidu, Yahoo, Yandex, Ebay, Homedepot, youtube at scale using SerpApi.com',
1313
url='https://github.com/serpapi/google-search-results-python',
1414
author='vikoky',
@@ -31,5 +31,5 @@
3131
packages=find_packages(),
3232
keywords='scrape,serp,api,json,search,localized,rank,google,bing,baidu,yandex,yahoo,ebay,scale,datamining,training,machine,ml,youtube,naver,walmart,apple,store,app',
3333
long_description=README,
34-
long_description_content_type="text/x-rst",
34+
long_description_content_type="text/markdown",
3535
)

0 commit comments

Comments
 (0)