Skip to content

Commit 2106013

Browse files
committed
[SDK-131]: Updated setup.py after changing license
1 parent 45fa041 commit 2106013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name='yoti',
1212
version=VERSION,
1313
packages=find_packages(),
14-
license='OTHER',
14+
license='MIT',
1515
description='The Yoti Python SDK, providing API support for Login, Verify (2FA) and Age Verification.',
1616
long_description=long_description,
1717
url='https://github.com/getyoti/yoti-python-sdk',
@@ -24,7 +24,7 @@
2424
},
2525
classifiers=[
2626
'Development Status :: 5 - Production/Stable',
27-
'License :: Other/Proprietary License',
27+
'License :: OSI Approved :: MIT License',
2828
'Operating System :: OS Independent',
2929
'Intended Audience :: Developers',
3030
'Programming Language :: Python',

0 commit comments

Comments
 (0)