Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed May 2, 2018
1 parent 92cfce9 commit 045037c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 045037c

Please sign in to comment.