commit | b916e8dbb08b6c4ebb2ff37e8515a41f05261f5b | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Sep 10 12:52:45 2019 -0300 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Sep 17 14:03:58 2019 +0200 |
tree | a43245e4361b7cdc5e83278bdbfde0216095a56e | |
parent | 25c6a1590a6b8dcb2ceb91a70ac4e9c8b82862b2 [diff] [blame] |
Fix author_email UNKNOWN in pip show Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/scripts/setup.py b/scripts/setup.py index a58e6b0..707f60d 100644 --- a/scripts/setup.py +++ b/scripts/setup.py
@@ -5,6 +5,7 @@ name="imgtool", version=imgtool_version, author="The MCUboot commiters", + author_email="None", description=("MCUboot's image signing and key management"), license="Apache Software License", url="http://github.com/JuulLabs-OSS/mcuboot",