File tree 1 file changed +2
-2
lines changed
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):
71
71
name = 'djangorestframework-jsonapi' ,
72
72
version = get_version ('rest_framework_json_api' ),
73
73
url = 'https://github.com/django-json-api/django-rest-framework-json-api' ,
74
- license = 'MIT ' ,
74
+ license = 'BSD ' ,
75
75
description = 'A Django REST framework API adapter for the JSON API spec.' ,
76
76
long_description = read ('README.rst' ),
77
77
author = 'Jerel Unruh' ,
@@ -83,7 +83,7 @@ def get_package_data(package):
83
83
'Environment :: Web Environment' ,
84
84
'Framework :: Django' ,
85
85
'Intended Audience :: Developers' ,
86
- 'License :: OSI Approved :: MIT License' ,
86
+ 'License :: OSI Approved :: BSD License' ,
87
87
'Operating System :: OS Independent' ,
88
88
'Programming Language :: Python' ,
89
89
'Programming Language :: Python :: 2' ,
You can’t perform that action at this time.
0 commit comments