Skip to content

Commit 031954f

Browse files
CHORE: fix pyproject.toml deprecated usages of license information
1 parent a94fac0 commit 031954f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ name = "MAPIE"
99
version = "0.9.2"
1010
description = "A scikit-learn-compatible module for estimating prediction intervals."
1111
readme = "README.rst"
12-
license = {file = "LICENSE"}
12+
license = "BSD-3-Clause"
13+
license-files = ["LICENSE"]
1314
maintainers = [
1415
{name = "Valentin Laurent", email = "[email protected]"},
1516
{name = "Thibault Cordier", email = "[email protected]"},
@@ -25,7 +26,6 @@ dependencies = [
2526
classifiers = [
2627
"Intended Audience :: Science/Research",
2728
"Intended Audience :: Developers",
28-
"License :: OSI Approved",
2929
"Topic :: Software Development",
3030
"Topic :: Scientific/Engineering",
3131
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)