From ca6758fadd55e4ee7f36b26e3a39558954e91bc6 Mon Sep 17 00:00:00 2001 From: Michael Penkov Date: Fri, 4 Sep 2020 13:51:50 +0900 Subject: [PATCH] update author_email to work with PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c28dfe..f647d38 100755 --- a/setup.py +++ b/setup.py @@ -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',