Skip to content

Commit

Permalink
update author_email to work with PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Sep 4, 2020
1 parent 61197a7 commit ca6758f
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 @@ -55,7 +55,7 @@ def run(self):
# there is a bug in python2.5, preventing distutils from using any non-ascii characters :(
# http://bugs.python.org/issue2562
author='Radim Rehurek, Victor R. Escobar, Andrey Usov, Prasanna Swaminathan, Jeff Quast',
author_email="various",
author_email="me@radimrehurek.com",
maintainer='Radim Rehurek',
maintainer_email='me@radimrehurek.com',

Expand Down

0 comments on commit ca6758f

Please sign in to comment.