We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d203dee commit b1a8b39Copy full SHA for b1a8b39
setup.py
@@ -67,7 +67,7 @@ def parse_dependency_links(file_name):
67
name='balanced',
68
version=VERSION,
69
url='https://balancedpayments.com/',
70
- license='BSD',
+ license='MIT License',
71
author='Balanced',
72
author_email='[email protected]',
73
description='Payments platform for marketplaces',
@@ -78,7 +78,7 @@ def parse_dependency_links(file_name):
78
dependency_links=parse_dependency_links('requirements.txt'),
79
classifiers=[
80
'Intended Audience :: Developers',
81
- 'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: MIT License',
82
'Programming Language :: Python',
83
'Topic :: Software Development :: Libraries :: Python Modules',
84
],
0 commit comments