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 a94fac0 commit 031954fCopy full SHA for 031954f
pyproject.toml
@@ -9,7 +9,8 @@ name = "MAPIE"
9
version = "0.9.2"
10
description = "A scikit-learn-compatible module for estimating prediction intervals."
11
readme = "README.rst"
12
-license = {file = "LICENSE"}
+license = "BSD-3-Clause"
13
+license-files = ["LICENSE"]
14
maintainers = [
15
{name = "Valentin Laurent", email = "[email protected]"},
16
{name = "Thibault Cordier", email = "[email protected]"},
@@ -25,7 +26,6 @@ dependencies = [
25
26
classifiers = [
27
"Intended Audience :: Science/Research",
28
"Intended Audience :: Developers",
- "License :: OSI Approved",
29
"Topic :: Software Development",
30
"Topic :: Scientific/Engineering",
31
"Operating System :: Microsoft :: Windows",
0 commit comments