Browse Source

pylibfdt: Split setup.py author name and email

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@chromium.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Message-Id: <20211111011135.2386773-4-robh@kernel.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
Rob Herring 3 years ago committed by David Gibson
parent
commit
69a760747d
  1. 3
      pylibfdt/setup.py

3
pylibfdt/setup.py

@ -41,7 +41,8 @@ setup( @@ -41,7 +41,8 @@ setup(
"root": os.path.join(srcdir, '..'),
},
setup_requires = ['setuptools_scm'],
author='Simon Glass <sjg@chromium.org>',
author='Simon Glass',
author_email='sjg@chromium.org',
description='Python binding for libfdt',
ext_modules=[libfdt_module],
package_dir={'': srcdir},

Loading…
Cancel
Save