From 39e1fdfaf72fbda7f83e87cb5d81f13f95eb091a Mon Sep 17 00:00:00 2001 From: David Sauve Date: Mon, 7 Dec 2009 10:23:59 -0500 Subject: [PATCH] Updated setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4a8a200..6ffb4fa 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ setup( 'Framework :: Django', ], author='David Sauve', - author_email='david.sauve@bag-of-holding.com', + author_email='dsauve@trapeze.com', url='http://github.com/notanumber/xapian-haystack', - license='GPL2', + license='GPL3', py_modules=['xapian_backend'], )