# HG changeset patch # User Pierre-Yves David # Date 1489084970 28800 # Node ID 7d15775d85857c13843dd1c76626293550006d81 # Parent 4b7478433b076136c7939519c3db74897ef93465 setup: add author_email The 'sdist' command complains about it otherwise. diff -r 4b7478433b07 -r 7d15775d8585 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/',