Skip to content

Commit

Permalink
UPDATED 09-07-2021
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbumgarner committed Sep 7, 2021
1 parent 6bea078 commit 723310d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="wordhoard",
version="1.4.8",
version="1.4.9",
author="John Bumgarner",
author_email="[email protected]",
description="A comprehensive lexical discovery application that is useful for finding semantic relationships "
Expand All @@ -30,10 +30,13 @@
"Topic :: Software Development :: Libraries",
"Topic :: Text Processing :: Linguistic",
"Topic :: Utilities"],
keywords=['antonyms', 'synonyms', 'hypernyms', 'hyponyms', 'homophones', 'definitions', 'lexicon',
'semantic relationships', 'natural language processing'],
keywords=['antonyms', 'bag of words', 'definitions', 'hypernyms', 'hyponyms', 'homophones',
'information retrieval', 'lexicon', 'semantic relationships', 'synonyms',
'natural language processing'],
python_requires='>=3.6',
install_requires=['bs4',
install_requires=['backoff',
'bs4',
'deckar01-ratelimit',
'deep-translator',
'lxml',
'requests',
Expand Down

0 comments on commit 723310d

Please sign in to comment.