diff --git a/README.md b/README.md index c678a30..52fe2d8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ [![Documentation Status](https://readthedocs.org/projects/gitalong-python/badge/?version=latest)](https://gitalong-python.readthedocs.io/en/latest) [![codecov](https://codecov.io/gh/douglaslassance/gitalong-python/branch/main/graph/badge.svg?token=5267NA3EQQ)](https://codecov.io/gh/douglaslassance/gitalong-python) -A Python API allowing to interact with Gitalong features on a Git repository. -More about Gitalong in this [medium article](). +An API built-on top of Git to avoid conflicts when working with others. ## Pre-requisites diff --git a/setup.py b/setup.py index 5f630d0..35556ab 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,9 @@ setup( name="gitalong", version=info.get("__version__", ""), - description="An API to perform gitalong operation on Git repositories.", + description=( + "An API built-on top of Git to avoid conflicts when working with others." + ), long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/douglaslassance/gitalong-python",