Skip to content

Commit 2512dc2

Browse files
committed
Fix email to match PyPI registered email.
Otherwise release is not published.
1 parent 74ac5b4 commit 2512dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read_requirements(filename):
3333
description="Redis-based components for Scrapy.",
3434
long_description=read_rst('README.rst') + '\n\n' + read_rst('HISTORY.rst'),
3535
author="Rolando Espinoza",
36-
author_email='rolando at rmax.io',
36+
author_email='rolando@rmax.io',
3737
url='https://github.com/rolando/scrapy-redis',
3838
packages=list(find_packages('src')),
3939
package_dir={'': 'src'},

0 commit comments

Comments
 (0)