Skip to content

Commit

Permalink
hotfix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Feb 14, 2021
1 parent da27417 commit 62d607b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
graphviz >= 0.13
icecream > 2.1
icecream >= 2.1
networkx >= 2.0
spacy >= 3.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def parse_requirements_file (filename: str) -> typing.List:
license="MIT",

description="Python implementation of TextRank for phrase extraction and lightweight summarization of text documents",
long_description=long_description,
long_description = pathlib.Path("README.md").read_text(),
long_description_content_type = "text/markdown",

Expand Down

0 comments on commit 62d607b

Please sign in to comment.