aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight Lidman <dwight.lidman@arm.com>2021-11-22 16:30:57 +0100
committerDwight Lidman <dwight.lidman@arm.com>2021-11-22 16:30:57 +0100
commitf88771bcdca9bbd7582ba3183d698f5d8f83b7ac (patch)
tree8f541bc28cbb6c53fd1fc726158a0ee2c73a4b92
parente3d18b0a77caa20ccc0c32fbaba6ff1564e4476d (diff)
downloadethos-u-vela-f88771bcdca9bbd7582ba3183d698f5d8f83b7ac.tar.gz
MLBEDSW-5148: Add author_email to setup.py
This commit adds the author_email field with email address <mlg-vela@arm.com> to the setuptools.setup() function in setup.py. Signed-off-by: Dwight Lidman <dwight.lidman@arm.com> Change-Id: If3b2605ea9b05a8a4c6f899d8af77cbaec9ce9b5
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 50fd506..9e47ead 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",