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 37a8447 commit eb44daaCopy full SHA for eb44daa
setup.py
@@ -4,9 +4,7 @@
4
5
DISTNAME = "qolmat"
6
VERSION = "0.0.15"
7
-DESCRIPTION = (
8
- "A Python library for optimal data imputation using scikit-learn-compatible algorithms."
9
-)
+DESCRIPTION = "A Python library for optimal data imputation."
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