Skip to content

Commit 57615bf

Browse files
author
vs
committed
Change setup
1 parent cae6d8d commit 57615bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ def readme():
1212
setup(
1313
name='google-services-api',
1414
version=VERSION,
15-
description='Google services extractor by OutScraper API',
15+
description='Google Maps and Google Maps reviews scraper by Outscraper API',
1616
long_description=readme(),
1717
classifiers = ['Programming Language :: Python',
1818
'License :: OSI Approved :: MIT License',
1919
'Operating System :: OS Independent',
2020
'Intended Audience :: Developers',
2121
'Topic :: Utilities',
2222
],
23-
keywords='extractor google api maps search json scrape parser',
24-
url='http://github.com/outscraper/google-services-api-pyhton',
25-
author='OutScraper',
23+
keywords='extractor google api maps search json scrape parser reviews google play',
24+
url='https://github.com/outscraper/google-maps-scraper-pyhton',
25+
author='Outscraper',
2626
author_email='[email protected]',
2727
license='MIT',
2828
packages=['outscraper'],
29-
install_requires=[],
29+
install_requires=['requests'],
3030
include_package_data=True,
3131
zip_safe=False,
3232
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)