From 8cc205ace655d1f27b57e4c57eeba8a2947e7c00 Mon Sep 17 00:00:00 2001 From: goldpulpy Date: Thu, 10 Oct 2024 03:07:29 +0300 Subject: [PATCH] Package description updates --- pyproject.toml | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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",