diff --git a/pyproject.toml b/pyproject.toml index 0c251ed..864c636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysentence-similarity" version = "1.0.1" -description = "pysentence-similarity this tool is designed to identify and find similarities between sentences and the base sentence in python language" +description = "PySentence-Similarity is a tool designed to identify and find similarities between sentences and a base sentence, expressed as a percentage." authors = [ { name = "goldpulpy", email = "sawsani1928@gmail.com" } ] diff --git a/setup.py b/setup.py index adbbf7d..78b1ca0 100644 --- a/setup.py +++ b/setup.py @@ -6,9 +6,9 @@ version="1.0.1", author="goldpulpy", author_email="sawsani1928@gmail.com", - description="pysentence-similarity this tool is designed to identify " - "and find similarities between sentences and the base sentence " - "in python language", + description="PySentence-Similarity is a tool designed to identify and " + "find similarities between sentences and a base sentence, expressed " + "as a percentage.", long_description=open("README.md").read(), long_description_content_type="text/markdown", url="https://github.com/goldpulpy/pysentence-similarity",