Skip to content

Commit

Permalink
Merge pull request #203 from nelson-liu/edit_setup_ordering
Browse files Browse the repository at this point in the history
style: alphabetize install dependencies
  • Loading branch information
kylepjohnson committed Mar 16, 2016
2 parents 2d5bf6c + d142906 commit 620b6bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
'Topic :: Text Processing :: Linguistic',
],
description='NLP for the ancient world',
install_requires=['nltk',
install_requires=['fuzzywuzzy',
'gitpython',
'regex',
'whoosh',
'fuzzywuzzy',
'nltk',
'python-Levenshtein',
'pyuca'],
'pyuca',
'regex',
'whoosh'],
keywords=['nlp', 'nltk', 'greek', 'latin'],
license='MIT',
long_description='The Classical Language Toolkit (CLTK) is a framework for natural language processing for Classical languages.', # pylint: disable=C0301
Expand Down

0 comments on commit 620b6bc

Please sign in to comment.