Skip to content

Commit 7a9cca6

Browse files
slivercn2ygk
authored andcommitted
Fix invalid license setup.py classifier (#484)
1 parent 364db35 commit 7a9cca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)