Updated setup.py

This commit is contained in:
David Sauve 2009-12-07 10:23:59 -05:00
parent 45c4c025c9
commit 39e1fdfaf7

View file

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