From 3b5ce4c182d6b243645b9ce27d5f5084dbc4cc88 Mon Sep 17 00:00:00 2001 From: Kyle Reynolds Date: Wed, 21 Dec 2022 10:51:50 -0700 Subject: [PATCH] Update setup.py Sorry about the goof up. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a00e86bab..27445cad0 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +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', + author_email='pablo@pablohoffman.com', maintainer='Pablo Hoffman', maintainer_email='pablo@pablohoffman.com', license='BSD',