The 'author' field in setup.py is supposed to be just the name. The email address goes in 'author_email' field. Cc: Simon Glass <sjg@xxxxxxxxxxxx> Signed-off-by: Rob Herring <robh@xxxxxxxxxx> --- pylibfdt/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pylibfdt/setup.py b/pylibfdt/setup.py index 52b61b6d7be2..75ce09ac8f6d 100755 --- a/pylibfdt/setup.py +++ b/pylibfdt/setup.py @@ -41,7 +41,8 @@ setup( "root": os.path.join(srcdir, '..'), }, setup_requires = ['setuptools_scm'], - author='Simon Glass <sjg@xxxxxxxxxxxx>', + author='Simon Glass', + author_email='sjg@xxxxxxxxxxxx', description='Python binding for libfdt', ext_modules=[libfdt_module], package_dir={'': srcdir}, -- 2.32.0