Skip to content

Commit 669129a

Browse files
committed
Make license match LICENSE file
1 parent b995f81 commit 669129a

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
@@ -41,7 +41,7 @@ def get_version():
4141
name='validators',
4242
version=get_version(),
4343
url='https://github.com/kvesteri/validators',
44-
license='BSD',
44+
license='MIT',
4545
author='Konsta Vesterinen',
4646
author_email='[email protected]',
4747
description='Python Data Validation for Humans™.',
@@ -56,7 +56,7 @@ def get_version():
5656
classifiers=[
5757
'Environment :: Web Environment',
5858
'Intended Audience :: Developers',
59-
'License :: OSI Approved :: BSD License',
59+
'License :: OSI Approved :: MIT License',
6060
'Operating System :: OS Independent',
6161
'Programming Language :: Python',
6262
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)