diff --git a/.gitignore b/.gitignore index 5aa1b71db0105344f304ad928d3a745ce421b6e6..d102e27e6d3156f9a37f9b5a291a14fe0c85c3a0 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 26b6774f60f54a3a67eab41f86c2ad83caf4cd65..5214033ab4df7d5404b4d8f8c356ee5a1e335826 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 c9180cb1b8588dd26e3cadf029313fd502b418b3..4e06c7ee3f4a8eb4e7ddd803812455948a2dd8d3 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