Skip to content

Commit b1a8b39

Browse files
committed
Fix License to MIT
1 parent d203dee commit b1a8b39

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
@@ -67,7 +67,7 @@ def parse_dependency_links(file_name):
6767
name='balanced',
6868
version=VERSION,
6969
url='https://balancedpayments.com/',
70-
license='BSD',
70+
license='MIT License',
7171
author='Balanced',
7272
author_email='[email protected]',
7373
description='Payments platform for marketplaces',
@@ -78,7 +78,7 @@ def parse_dependency_links(file_name):
7878
dependency_links=parse_dependency_links('requirements.txt'),
7979
classifiers=[
8080
'Intended Audience :: Developers',
81-
'License :: OSI Approved :: BSD License',
81+
'License :: OSI Approved :: MIT License',
8282
'Programming Language :: Python',
8383
'Topic :: Software Development :: Libraries :: Python Modules',
8484
],

0 commit comments

Comments
 (0)