From 7006c5a0a7a7c0ab8c7a607dadfa21c07d230354 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 14 Feb 2020 20:02:34 +0100 Subject: [PATCH 1/2] Update author email completely --- camacqplugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camacqplugins/__init__.py b/camacqplugins/__init__.py index 296d881..b55c98a 100644 --- a/camacqplugins/__init__.py +++ b/camacqplugins/__init__.py @@ -2,5 +2,5 @@ from pathlib import Path __version__ = (Path(__file__).parent / "VERSION").read_text().strip() -__author__ = "Martin Hjelmare " +__author__ = "Martin Hjelmare " __all__ = [] From ca331bf33ae8024f722694f8864c1dd129d0f025 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 14 Feb 2020 20:03:13 +0100 Subject: [PATCH 2/2] Clean up author email --- camacqplugins/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/camacqplugins/__init__.py b/camacqplugins/__init__.py index b55c98a..96428a1 100644 --- a/camacqplugins/__init__.py +++ b/camacqplugins/__init__.py @@ -2,5 +2,3 @@ from pathlib import Path __version__ = (Path(__file__).parent / "VERSION").read_text().strip() -__author__ = "Martin Hjelmare " -__all__ = []