diff --git a/setup.py b/setup.py index 864813ba..a477432d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read_requirements(filename): description="Redis-based components for Scrapy.", long_description=read_rst('README.rst') + '\n\n' + read_rst('HISTORY.rst'), author="Rolando Espinoza", - author_email='rolando at rmax.io', + author_email='rolando@rmax.io', url='https://github.com/rolando/scrapy-redis', packages=list(find_packages('src')), package_dir={'': 'src'},