diff setup.py @ 2069:7d15775d8585

setup: add author_email The 'sdist' command complains about it otherwise.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 09 Mar 2017 10:42:50 -0800
parents 74869d26f0e0
children
line wrap: on
line diff
--- a/setup.py	Thu Mar 09 10:42:25 2017 -0800
+++ b/setup.py	Thu Mar 09 10:42:50 2017 -0800
@@ -34,6 +34,7 @@
     name='hg-evolve',
     version=get_version(),
     author='Pierre-Yves David',
+    author_email='pierre-yves.david@ens-lyon.org',
     maintainer='Pierre-Yves David',
     maintainer_email='pierre-yves.david@ens-lyon.org',
     url='https://www.mercurial-scm.org/doc/evolution/',