Skip to content

Commit

Permalink
Updated 06-12-2021
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbumgarner committed Jun 13, 2021
1 parent e928f18 commit 531612b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@

setuptools.setup(
name="wordhoard",
version="1.2",
version="1.4.5",
author="John Bumgarner",
author_email="[email protected]",
description="lexical processing for textual analysis",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/johnbumgarner/wordhoard",
packages=setuptools.find_packages(),
include_package_data=True,
package_data={'files': ['files/common_english_homophones.pkl',
'files/no_homophones_english.pkl']},
license='LICENSE.txt',
classifiers=["License :: OSI Approved :: MIT License", "Operating System :: OS Independent"],
keywords='antonyms, synonyms, hypernyms, hyponyms, homophones, definitions, lexicon, wordsearch',
python_requires='>=3.6',
install_requires=['bs4', 'lxml', 'requests', 'urllib3']
)

0 comments on commit 531612b

Please sign in to comment.