From 64032ca1b0ce7e1866e0d00737aa709700fe7d75 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 23 Nov 2019 01:14:37 +0100 Subject: [PATCH] Badge-ify the README Hey, it's fun! --- README.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 53c09b7..83d4ee2 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,20 @@ https://github.com/iustin/pylibacl. For any issues, please file bugs at https://github.com/iustin/pylibacl/issues. +.. image:: https://img.shields.io/travis/iustin/pylibacl + :alt: Travis CI + :target: https://travis-ci.org/iustin/pylibacl +.. image:: https://img.shields.io/coveralls/github/iustin/pylibacl + :alt: Coveralls coverage + :target: https://coveralls.io/github/iustin/pylibacl?branch=master +.. image:: https://img.shields.io/github/release-date/iustin/pylibacl + :alt: GitHub Release Date +.. image:: https://img.shields.io/pypi/v/pylibacl + :alt: PyPI + :target: https://pypi.org/project/pylibacl/ +.. image:: https://img.shields.io/pypi/dm/pylibacl + :alt: PyPI - Downloads + Requirements ------------ @@ -42,11 +56,11 @@ Note that on FreeBSD, ACLs are not enabled by default (at least on UFS file systems). To enable them, run `tunefs -a enabled` on the file system in question (after mounting it read-only). Then install: -- pkg install py36-setuptools py36-sphinx +- `pkg install py36-setuptools py36-sphinx` or: -- pkg install py37-setuptools +- `pkg install py37-setuptools` License -- 2.39.5