Metadata-Version: 2.1
Name: git-add-co-author
Version: 0.1.0
Summary: 
Author: Sanskar Jethi
Author-email: sansyrox@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: requests (>=2.29.0,<3.0.0)
Description-Content-Type: text/markdown

# Git Add Co Author

## Description

This is a simple script to add co-authors to your git commits. It will add the co-author to the commit message.

## Installation

1. Install the package using pip
```bash
pip install git-add-co-author
```

2. Obtain a token from GitHub

3. Configure the token 

```bash
python -m git_add_co_author --token <token>
```

## Usage


```bash
python -m git_add_co_author sansyrox
```

