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'], )