Skip to content

Commit e6315bc

Browse files
committed
improve package description
1 parent feb867e commit e6315bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

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

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

0 commit comments

Comments
 (0)