Skip to content

Commit eb44daa

Browse files
committed
improve description
1 parent 37a8447 commit eb44daa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
DISTNAME = "qolmat"
66
VERSION = "0.0.15"
7-
DESCRIPTION = (
8-
"A Python library for optimal data imputation using scikit-learn-compatible algorithms."
9-
)
7+
DESCRIPTION = "A Python library for optimal data imputation."
108
LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
119
with codecs.open("README.rst", encoding="utf-8-sig") as f:
1210
LONG_DESCRIPTION = f.read()

0 commit comments

Comments
 (0)