Skip to content

Commit 4d32758

Browse files
Merge pull request #367 from openml/update_license_information
MAINT update license information
2 parents 50ffc21 + c13c7b0 commit 4d32758

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
maintainer="Matthias Feurer",
4444
maintainer_email="feurerm@informatik.uni-freiburg.de",
4545
description="Python API for OpenML",
46-
license="GPLv3",
46+
license="BSD 3-clause",
4747
url="http://openml.org/",
4848
version=version,
4949
packages=setuptools.find_packages(),
@@ -52,7 +52,7 @@
5252
test_suite="nose.collector",
5353
classifiers=['Intended Audience :: Science/Research',
5454
'Intended Audience :: Developers',
55-
'License :: GPLv3',
55+
'License :: OSI Approved :: BSD License',
5656
'Programming Language :: Python',
5757
'Topic :: Software Development',
5858
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)