setup: add author_email
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Thu, 09 Mar 2017 10:42:50 -0800
changeset 2069 7d15775d8585
parent 2068 4b7478433b07
child 2070 9105c3c54045
setup: add author_email The 'sdist' command complains about it otherwise.
setup.py
--- 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/',