Skip to content

Commit 7c95533

Browse files
author
Vianney Taquet
committed
Set MAINTAINER_EMAIL in one line
1 parent 7dd6a7e commit 7c95533

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
DISTNAME = "MAPIE"
66
VERSION = "0.4.1"
77
DESCRIPTION = (
8-
"A scikit-learn-compatible module for estimating prediction intervals."
8+
"A scikit-learn-compatible module "
9+
"for estimating prediction intervals."
910
)
1011
with codecs.open("README.rst", encoding="utf-8-sig") as f:
1112
LONG_DESCRIPTION = f.read()
@@ -19,7 +20,12 @@
1920
}
2021
LICENSE = "new BSD"
2122
MAINTAINER = "V. Taquet, V. Blot, T. Morzadec, G. Martinon"
22-
23+
MAINTAINER_EMAIL = (
24+
25+
26+
27+
28+
)
2329
PYTHON_REQUIRES = ">=3.7"
2430
PACKAGES = find_packages()
2531
INSTALL_REQUIRES = ["scikit-learn", "numpy>=1.21", "packaging"]

0 commit comments

Comments
 (0)