Update setup.py author email

This commit is contained in:
Matthew Fox 2014-04-04 16:57:25 -07:00
parent 28ec376dd3
commit 093a129e42
1 changed files with 1 additions and 1 deletions

View File

@ -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(),