We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b995f81 commit 669129aCopy full SHA for 669129a
setup.py
@@ -41,7 +41,7 @@ def get_version():
41
name='validators',
42
version=get_version(),
43
url='https://github.com/kvesteri/validators',
44
- license='BSD',
+ license='MIT',
45
author='Konsta Vesterinen',
46
author_email='[email protected]',
47
description='Python Data Validation for Humans™.',
@@ -56,7 +56,7 @@ def get_version():
56
classifiers=[
57
'Environment :: Web Environment',
58
'Intended Audience :: Developers',
59
- 'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: MIT License',
60
'Operating System :: OS Independent',
61
'Programming Language :: Python',
62
'Programming Language :: Python :: 2',
0 commit comments