From 045037c9f4ff2e7f2610145e51db5dee0fe3b044 Mon Sep 17 00:00:00 2001 From: Nico de Vos Date: Wed, 2 May 2018 15:40:36 -0700 Subject: [PATCH] pep8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 839bc1d..739167b 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ author='Nico de Vos', author_email='njdevos@gmail.com', license='MIT', - description='Python implementations of the k-modes and k-prototypes clustering ' - 'algorithms for clustering categorical data.', + description='Python implementations of the k-modes and k-prototypes ' + 'clustering algorithms for clustering categorical data.', long_description=open('README.rst', 'r').read(), install_requires=[ # Note: minimum numpy and scipy versions should ideally be the same