diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-08-05 00:17:17 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2022-08-04 23:14:14 -0700 |
commit | 9aecc9e5ae1e2e254b8a27283a0744fe6fd05fb6 (patch) | |
tree | 1eda307d2bdd25cf471723727e6c0b3990edd8e4 | |
parent | 366665e89045eb24d47f730e2a5dea6229839e20 (diff) | |
download | gitlab-9aecc9e5ae1e2e254b8a27283a0744fe6fd05fb6.tar.gz |
chore: add license badge to readme
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ python-gitlab .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/python/black +.. image:: https://img.shields.io/github/license/python-gitlab/python-gitlab + :target: https://github.com/python-gitlab/python-gitlab/blob/main/COPYING + ``python-gitlab`` is a Python package providing access to the GitLab server API. It supports the v4 API of GitLab, and provides a CLI tool (``gitlab``). |