From f0131cd5b71eee87165ca294c2c99fff379df165 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Fri, 11 Oct 2019 13:10:58 -0300 Subject: [PATCH] imgtool: add mailing list email to setup Seems like pypi.org is not accepting "None" for email anymore, so this just adds the mailing list in case someone needs to contact the project. Signed-off-by: Fabio Utzig --- scripts/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.py b/scripts/setup.py index 707f60d8..0bf52385 100644 --- a/scripts/setup.py +++ b/scripts/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="imgtool", version=imgtool_version, author="The MCUboot commiters", - author_email="None", + author_email="dev-mcuboot@lists.runtime.co", description=("MCUboot's image signing and key management"), license="Apache Software License", url="http://github.com/JuulLabs-OSS/mcuboot",