Skip to content

Commit

Permalink
Fix email to match PyPI registered email.
Browse files Browse the repository at this point in the history
Otherwise release is not published.
  • Loading branch information
rmax committed Feb 14, 2017
1 parent 74ac5b4 commit 2512dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit 2512dc2

Please sign in to comment.