We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364db35 commit 7a9cca6Copy full SHA for 7a9cca6
setup.py
@@ -71,7 +71,7 @@ def get_package_data(package):
71
name='djangorestframework-jsonapi',
72
version=get_version('rest_framework_json_api'),
73
url='https://github.com/django-json-api/django-rest-framework-json-api',
74
- license='MIT',
+ license='BSD',
75
description='A Django REST framework API adapter for the JSON API spec.',
76
long_description=read('README.rst'),
77
author='Jerel Unruh',
@@ -83,7 +83,7 @@ def get_package_data(package):
83
'Environment :: Web Environment',
84
'Framework :: Django',
85
'Intended Audience :: Developers',
86
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: BSD License',
87
'Operating System :: OS Independent',
88
'Programming Language :: Python',
89
'Programming Language :: Python :: 2',
0 commit comments