Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaslassance committed Mar 20, 2022
1 parent 2ef6c25 commit 0ce0bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ce0bb8

Please sign in to comment.