mirror of https://github.com/scrapy/scrapy.git
Update setup.py
adding author_email to match_maintainer email for thoroughness' sake
This commit is contained in:
parent
034dc8f10b
commit
2e54237649
1
setup.py
1
setup.py
|
|
@ -60,6 +60,7 @@ setup(
|
|||
description='A high-level Web Crawling and Web Scraping framework',
|
||||
long_description=open('README.rst', encoding="utf-8").read(),
|
||||
author='Scrapy developers',
|
||||
author_email='Pablo Hoffman',
|
||||
maintainer='Pablo Hoffman',
|
||||
maintainer_email='pablo@pablohoffman.com',
|
||||
license='BSD',
|
||||
|
|
|
|||
Loading…
Reference in New Issue