diff --git a/dist/lexifuzz_ner-0.0.7.tar.gz b/dist/lexifuzz_ner-0.0.7.tar.gz deleted file mode 100644 index 14dade3..0000000 Binary files a/dist/lexifuzz_ner-0.0.7.tar.gz and /dev/null differ diff --git a/dist/lexifuzz_ner-0.0.7-py3-none-any.whl b/dist/lexifuzz_ner-0.0.8-py3-none-any.whl similarity index 52% rename from dist/lexifuzz_ner-0.0.7-py3-none-any.whl rename to dist/lexifuzz_ner-0.0.8-py3-none-any.whl index 7977c80..3803aed 100644 Binary files a/dist/lexifuzz_ner-0.0.7-py3-none-any.whl and b/dist/lexifuzz_ner-0.0.8-py3-none-any.whl differ diff --git a/dist/lexifuzz_ner-0.0.8.tar.gz b/dist/lexifuzz_ner-0.0.8.tar.gz new file mode 100644 index 0000000..2c8af78 Binary files /dev/null and b/dist/lexifuzz_ner-0.0.8.tar.gz differ diff --git a/pyproject.toml b/pyproject.toml index bd979c0..74a6516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,10 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "lexifuzz-ner" -version = "0.0.7" +version = "0.0.8" authors = ["Hanif Yuli Abdillah P "] +repository = "https://github.com/hanifabd/lexifuzz-ner" +keywords = ["ktp", "segmentation", "segmentasi", "id-card", "identity-card"] description = "Python package for detecting entities in text based on a dictionary and fuzzy similarity" readme = "README.md" requires-python = ">=3.7"