From 51825821f6e27024310483fbbf592c7700987357 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 18 Nov 2016 10:30:37 +0100 Subject: [PATCH] mention that pluggy is not only used by pytest. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0f93ce4b..d1e2325d 100644 --- a/README.rst +++ b/README.rst @@ -11,8 +11,7 @@ Plugin registration and hook calling for Python .. image:: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg :target: https://ci.appveyor.com/project/pytestbot/pluggy -This is the plugin manager as used by pytest but stripped -of pytest specific details. +This is the plugin manager as used by [pytest](http://pytest.org), [tox](https://tox.readthedocs.org), [devpi](http://doc.devpi.net) and probably other projects. During the 0.x series this plugin does not have much documentation except extensive docstrings in the pluggy.py module.