File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ def readme():
1212setup (
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 ' ,
26262727 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' ,
You can’t perform that action at this time.
0 commit comments