summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2022-08-05 00:17:17 +0200
committerJohn Villalovos <john@sodarock.com>2022-08-04 23:14:14 -0700
commit9aecc9e5ae1e2e254b8a27283a0744fe6fd05fb6 (patch)
tree1eda307d2bdd25cf471723727e6c0b3990edd8e4
parent366665e89045eb24d47f730e2a5dea6229839e20 (diff)
downloadgitlab-9aecc9e5ae1e2e254b8a27283a0744fe6fd05fb6.tar.gz
chore: add license badge to readme
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index fcda396..683332f 100644
--- a/README.rst
+++ b/README.rst
@@ -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``).