Skip to content

Commit

Permalink
Merge b4f4e67 into 62236d4
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Apr 10, 2019
2 parents 62236d4 + b4f4e67 commit dcfd4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
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 dcfd4b2

Please sign in to comment.