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 feb867e commit e6315bcCopy full SHA for e6315bc
setup.py
@@ -4,7 +4,9 @@
4
5
DISTNAME = "qolmat"
6
VERSION = "0.0.15"
7
-DESCRIPTION = "Tools to impute"
+DESCRIPTION = (
8
+ "A Python library for optimal data imputation using scikit-learn-compatible algorithms."
9
+)
10
LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
11
with codecs.open("README.rst", encoding="utf-8-sig") as f:
12
LONG_DESCRIPTION = f.read()
0 commit comments