Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit bad3dd5

Browse files
committed
Fix license in setup.py
1 parent 40f4506 commit bad3dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url = 'https://github.com/GetBlimp/django-rest-framework-jwt'
1414
author = 'Jose Padilla'
1515
author_email = '[email protected]'
16-
license = 'BSD'
16+
license = 'MIT'
1717
install_requires = open('requirements.txt').read().split('\n')
1818
test_suite = 'rest_framework_jwt.runtests.runtests.main'
1919

0 commit comments

Comments
 (0)