diff --git a/setup.py b/setup.py index 7501a23..00b7be9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ version='0.1', packages=find_packages(), include_package_data=True, - license='MIT License', + license='BSD License', description='An extension of django rest frameworks token auth', long_description=README, url='https://chkr.at/',