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