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 50ffc21 commit c13c7b0Copy full SHA for c13c7b0
1 file changed
setup.py
@@ -43,7 +43,7 @@
43
maintainer="Matthias Feurer",
44
maintainer_email="feurerm@informatik.uni-freiburg.de",
45
description="Python API for OpenML",
46
- license="GPLv3",
+ license="BSD 3-clause",
47
url="http://openml.org/",
48
version=version,
49
packages=setuptools.find_packages(),
@@ -52,7 +52,7 @@
52
test_suite="nose.collector",
53
classifiers=['Intended Audience :: Science/Research',
54
'Intended Audience :: Developers',
55
- 'License :: GPLv3',
+ 'License :: OSI Approved :: BSD License',
56
'Programming Language :: Python',
57
'Topic :: Software Development',
58
'Topic :: Scientific/Engineering',
0 commit comments