# 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 --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -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/',