Skip to content

Commit

Permalink
Package description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpulpy committed Oct 10, 2024
1 parent 7cb5c5f commit 8cc205a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cc205a

Please sign in to comment.