Update setup.py

adding author_email to match_maintainer email for thoroughness' sake
This commit is contained in:
Kyle Reynolds 2022-12-20 17:54:06 -07:00 committed by GitHub
parent 034dc8f10b
commit 2e54237649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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',