Skip to content

Commit

Permalink
prep 2.0.0 package
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Nov 5, 2019
1 parent 42eb5a6 commit f68aa1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ Many thanks to contributors:
[@dimmu](https://github.com/dimmu),
plus the support from [Derwen, Inc.](https://derwen.ai/)

[![thx noam](docs/noam.jpg)](https://memegenerator.net/img/instances/66942896.jpg)
[![thx noam](https://github.com/DerwenAI/pytextrank/blob/master/docs/noam.jpg)](https://memegenerator.net/img/instances/66942896.jpg)
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
setuptools.setup(
name="pytextrank",
version="2.0.0",
author="Paco Xander Nathan",
author_email="[email protected]",
description="Python implementation of TextRank for phrase extraction and summarization of text documents",
long_description=readme(),
long_description=long_description,
long_description_content_type="text/markdown",
keywords="textrank, parsing, extractive summarization, natural language processing, nlp, knowledge graph, graph algorithms, text analytics",
url="http://github.com/DerwenAI/pytextrank",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand All @@ -27,15 +29,13 @@
"Topic :: Text Processing :: Indexing",
"Topic :: Text Processing :: Linguistic",
],
author="Paco Xander Nathan",
author_email="[email protected]",
license="MIT",
packages=setuptools.find_packages(),
python_requires=">=3.5",
install_requires=[
"graphviz",
"networkx",
"spacy",
],
python_requires=">=3.0",
keywords="textrank, parsing, extractive summarization, natural language processing, nlp, knowledge graph, graph algorithms, text analytics",
license="MIT",
zip_safe=False,
)

0 comments on commit f68aa1b

Please sign in to comment.