-
Clone this repository:
git clone https://github.com/thehale/git-authorship -
Install Python Poetry
curl -sSL https://install.python-poetry.org | python3 - -
Create a virtual environment and install dependencies
poetry config virtualenvs.in-project true poetry shell poetry install -
Run the test suite with
pytestto verify that everything works. -
Have fun with your improvements!
poetry run pytestPlease use the Conventional Commits style for your commit messages.
poetry config pypi-token.pypi your-api-token
poetry publish --build