From 12b80c59d338f1d710a894507a9330437c2324a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sat, 30 Apr 2011 00:59:13 -0300 Subject: [PATCH] Fixed licence in setup.py file. Closes gh-60 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c98508d..7ec7f62 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup(name='django-social-auth', author='Matías Aguirre', author_email='matiasaguirre@gmail.com', description='Django social authentication made simple.', - license='GPL', + license='BSD', keywords='django, openid, oauth, social auth, application', url='https://github.com/omab/django-social-auth', packages=['social_auth', @@ -42,7 +42,7 @@ setup(name='django-social-auth', classifiers=['Framework :: Django', 'Development Status :: 4 - Beta', 'Topic :: Internet', - 'License :: OSI Approved :: GNU General Public License (GPL)', + 'License :: OSI Approved :: BSD License', 'Intended Audience :: Developers', 'Environment :: Web Environment', 'Programming Language :: Python :: 2.5', -- 2.39.5