]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixed licence in setup.py file. Closes gh-60
authorMatías Aguirre <matiasaguirre@gmail.com>
Sat, 30 Apr 2011 03:59:13 +0000 (00:59 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sat, 30 Apr 2011 03:59:40 +0000 (00:59 -0300)
setup.py

index c98508d4f5e822de6a663a2336e87dcd56b8f776..7ec7f62bfd5271562e319d52c68680314663631a 100644 (file)
--- 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',