From: Matías Aguirre Date: Sat, 30 Apr 2011 03:59:13 +0000 (-0300) Subject: Fixed licence in setup.py file. Closes gh-60 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=12b80c59d338f1d710a894507a9330437c2324a3;p=django-social-auth.git Fixed licence in setup.py file. Closes gh-60 --- 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',