From 4b96f9591d9fd744ae9080fccba78931c4871e4f Mon Sep 17 00:00:00 2001 From: "Christian T. Jacobs" Date: Sat, 30 Jan 2016 00:18:46 +0000 Subject: [PATCH] Update contact email address. --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aa9db8..77a31e7 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ There currently does not exist a Python 3-compatible Debian package for [Hamlib] Contact ------- -If you have any comments or questions about PyQSO, please send them via email to Christian Jacobs (2E0ICL) at . +If you have any comments or questions about PyQSO, please send them via email to Christian Jacobs (2E0ICL) at . diff --git a/setup.py b/setup.py index 8cdd22a..75eaeba 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup(name='PyQSO', version='0.3', description='A contact logging tool for amateur radio operators.', author='Christian T. Jacobs (2E0ICL)', - author_email='c.jacobs10@imperial.ac.uk', + author_email='christian@christianjacobs.uk', url='https://github.com/ctjacobs/pyqso', packages=['pyqso'], package_dir={'pyqso': 'pyqso'},