Skip to content

Commit

Permalink
correct maintainer email for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroecker committed Feb 9, 2019
1 parent 134d354 commit 5ccf848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
version = versioneer.get_version(),
cmdclass = versioneer.get_cmdclass(),
maintainer = "Eduard Broecker",
maintainer_email = "eduard at gmx dot de",
maintainer_email = "eduard@gmx.de",
url = "http://github.com/ebroecker/canmatrix",
classifiers = filter(None, classifiers.split("\n")),
description = doclines[0],
Expand Down

0 comments on commit 5ccf848

Please sign in to comment.