From d0af33530a1fad99bc4be313adb8bf346edf0694 Mon Sep 17 00:00:00 2001 From: Christian Darsow-Fromm <cdarsowf@physnet.uni-hamburg.de> Date: Mon, 20 May 2019 13:53:50 +0200 Subject: [PATCH] changed mail address --- .gitignore | 1 + AUTHORS.rst | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5aa1b71..d102e27 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ servos.json htmlcov env/ doc/adwin/ +.venv diff --git a/AUTHORS.rst b/AUTHORS.rst index 26b6774..5214033 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -2,6 +2,6 @@ Contributors ============ -* Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de> +* Christian Darsow-Fromm <cdarsowf@physnet.uni-hamburg.de> * Sebastian Steinlechner <sebastian.steinlechner@physnet.uni-hamburg.de> * Luis Dekant <ldekant@physnet.uni-hamburg.de> diff --git a/setup.cfg b/setup.cfg index c9180cb..4e06c7e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ name = NQontrol description = Python program for digital control-loops. author = LasNQ – Uni Hamburg -author-email = christian.darsow@physik.uni-hamburg.de +author-email = cdarsowf@physnet.uni-hamburg.de license = GPL v3 # url = http:// long_description = file: README.md -- GitLab