File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def get_package_data(package):
7171 name = 'djangorestframework-jsonapi' ,
7272 version = get_version ('rest_framework_json_api' ),
7373 url = 'https://github.com/django-json-api/django-rest-framework-json-api' ,
74- license = 'MIT ' ,
74+ license = 'BSD ' ,
7575 description = 'A Django REST framework API adapter for the JSON API spec.' ,
7676 long_description = read ('README.rst' ),
7777 author = 'Jerel Unruh' ,
@@ -83,7 +83,7 @@ def get_package_data(package):
8383 'Environment :: Web Environment' ,
8484 'Framework :: Django' ,
8585 'Intended Audience :: Developers' ,
86- 'License :: OSI Approved :: MIT License' ,
86+ 'License :: OSI Approved :: BSD License' ,
8787 'Operating System :: OS Independent' ,
8888 'Programming Language :: Python' ,
8989 'Programming Language :: Python :: 2' ,
You can’t perform that action at this time.
0 commit comments