Skip to content

Commit

Permalink
[ci skip] Fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Jan 29, 2021
1 parent b06b881 commit 9575c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pygpcca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = __maintainer__ = "Bernhard Reuter"
__version__ = "0.0.0"
__email__ = "bernhard.reuter AT uni-tuebingen DOT de"
__email__ = "bernhard-reuter@gmx.de"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
except ImportError:
__author__ = __maintainer__ = "Bernhard Reuter"
__version__ = "0.0.0"
__email__ = "bernhard.reuter AT uni-tuebingen DOT de"
__email__ = "bernhard-reuter@gmx.de"

setup(
name="pygpcca",
Expand Down

0 comments on commit 9575c63

Please sign in to comment.