From f88771bcdca9bbd7582ba3183d698f5d8f83b7ac Mon Sep 17 00:00:00 2001 From: Dwight Lidman Date: Mon, 22 Nov 2021 16:30:57 +0100 Subject: MLBEDSW-5148: Add author_email to setup.py This commit adds the author_email field with email address to the setuptools.setup() function in setup.py. Signed-off-by: Dwight Lidman Change-Id: If3b2605ea9b05a8a4c6f899d8af77cbaec9ce9b5 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 50fd5062..9e47eada 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ setup( long_description_content_type="text/markdown", url="https://git.mlplatform.org/ml/ethos-u/ethos-u-vela.git/", author="Arm Ltd.", + author_email="mlg-vela@arm.com", license="Apache License 2.0", classifiers=[ "Development Status :: 5 - Production/Stable", -- cgit v1.2.1