From 093a129e4250f26c84dd6cec6c848cc3d3b4a0b9 Mon Sep 17 00:00:00 2001 From: Matthew Fox Date: Fri, 4 Apr 2014 16:57:25 -0700 Subject: [PATCH] Update setup.py author email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0a56a4..09d7e3f 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( version=VERSION, license="BSD", author="Matthew Fox", - author_email="matthew@kerkhofftech.ca", + author_email="matt.fox@multapplied.net", url="https://github.com/kti/python-netfilterqueue", description="Python bindings for libnetfilter_queue", long_description=open("README.rst").read(),