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>
This commit is contained in:
parent
0b106a77db
commit
69a760747d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue