Skip to content

Commit

Permalink
Bump version from 1.0.1 -> 1.0.2. Add description and more keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanSG committed Dec 4, 2020
1 parent edcb617 commit 1d73bc5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@

setup(
name='pynutshell',
version='1.0.1',
packages=find_packages(exclude=['tests', 'tests.*']),
version='1.0.2',
packages=find_packages(exclude=['tests', 'tests.*', '.github']),
install_requires=[
'numpy',
'networkx',
'nltk'
],
url='https://github.com/KrishnanSG/Nutshell',
author='Krishnan S G, Shruthi Abirami',
description="An unsupervised text summarization and information retrieval library under the hood using natural "
"language processing models.",
author_email='[email protected]',
long_description=long_description,
long_description_content_type="text/markdown",
keywords="nutshell, text, summarization, ranking, information retrieval, similarity, keyword extraction, nltk",
keywords="text, summarization, nutshell, ranking, information, retrieval, similarity, keyword, extraction, nlp, "
"natural, language, nltk, tokenizer, pagerank, textrank, bm25plus",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 1d73bc5

Please sign in to comment.