From 7e2c4df98f40569e05f7f45793b7ae362160185a Mon Sep 17 00:00:00 2001 From: Matt Fox Date: Mon, 27 Jun 2016 23:52:50 -0700 Subject: [PATCH] Update author email. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0656291..17e3bd2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( version=VERSION, license="BSD", author="Matthew Fox", - author_email="matt.fox@multapplied.net", + author_email="matt@tansen.ca", url="https://github.com/kti/python-netfilterqueue", description="Python bindings for libnetfilter_queue", long_description=open("README.rst").read(),