From 359f9d9f542eeabcf800b70cd77461ad0be1021a Mon Sep 17 00:00:00 2001 From: Paco Nathan Date: Thu, 25 Mar 2021 12:35:35 -0700 Subject: [PATCH] make setup work --- .dictionary | 0 .pre-commit-config.yaml | 2 +- MANIFEST.in | 2 -- changelog.txt | 4 ++-- 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .dictionary diff --git a/.dictionary b/.dictionary deleted file mode 100644 index e69de29..0000000 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d9d02b..80882da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: rev: v2.0.0 hooks: - id: codespell # spell-check source code - args: ["--ignore-words=.dictionary", "pytextrank/*.py", "*.md", "docs/*.md"] + args: ["pytextrank/*.py", "*.md", "docs/*.md"] exclude: ^examples/ language: python types: [text] diff --git a/MANIFEST.in b/MANIFEST.in index 4d0a572..3e303f1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,3 @@ include README.md -include LICENSE include changelog.txt -recursive-include tests *.py diff --git a/changelog.txt b/changelog.txt index 2d09f0b..91ed367 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,7 +2,7 @@ ## 3.1.1 -2021-03-35 +2021-03-25 * fix the span length calculation in explanation notebook; kudos @Ankush-Chander * add `BiasedTextRank` by @Ankush-Chander (many thanks!) @@ -10,7 +10,7 @@ * use `bandit` to check for security issues * use `codespell` to check for spelling errors * add `pre-commit` checks in general - * update `doc._.phrases` in the call to `change_focus()` so summary sync with the latest focus + * update `doc._.phrases` in the call to `change_focus()` so the summarization will sync with the latest focus ## 3.1.0