From ff11e89dc0269e91a77630a37ccbe27c9cbaefc9 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 14 Feb 2020 17:51:58 +0100 Subject: [PATCH] Update author email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a054d92..f32ae31 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ version=VERSION, url="https://github.com/CellProfiling/camacq-plugins", author="Martin Hjelmare", - author_email="marhje52@kth.se", + author_email="marhje52@gmail.com", description="Plugins for camacq", license="Apache License 2.0", long_description=LONG_DESCR,