diff --git a/source/key_projects.rst b/source/key_projects.rst index e4501fe0e..ab0b91023 100644 --- a/source/key_projects.rst +++ b/source/key_projects.rst @@ -558,6 +558,22 @@ nginx_pypi_cache nginx_pypi_cache is a :term:`package index ` caching proxy using `nginx `_. +.. _pbr: + +PBR +=== + +`Docs `__ | +`GitHub `__ | +`PyPI `__ + +PBR is a library that enhances :ref:`Setuptools` by automatically applying +sensible default behaviors during the package setup process. It processes +configuration data from ``setup.cfg`` by injecting default values and more +sensible behaviors via a setup hook, then passes the processed settings to +``setup.py``. It was originally developed from the common packaging code used +across various `OpenStack `_ projects. + .. _pdm: pdm