Skip to content

Commit

Permalink
Use MIT licence in all places [fixes #87] (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Apr 10, 2019
1 parent 62236d4 commit 1d41394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ def __read(fname):
install_requires=install_requires,
keywords='django social auth rest login signin signup oauth'.split(),
include_package_data=True,
license='BSD License',
license='MIT license',
package_dir={'rest_social_auth': 'rest_social_auth'},
url='https://github.com/st4lk/django-rest-social-auth',
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'License :: OSI Approved :: MIT license',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 1d41394

Please sign in to comment.