File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,22 @@ nginx_pypi_cache
558558nginx_pypi_cache is a :term: `package index <Package Index> ` caching proxy
559559using `nginx <https://nginx.org/en/ >`_.
560560
561+ .. _pbr :
562+
563+ PBR
564+ ===
565+
566+ `Docs <https://docs.openstack.org/pbr/latest/ >`__ |
567+ `GitHub <https://github.com/openstack/pbr >`__ |
568+ `PyPI <https://pypi.org/project/pbr/ >`__
569+
570+ PBR is a library that enhances :ref: `Setuptools ` by automatically applying
571+ sensible default behaviors during the package setup process. It processes
572+ configuration data from ``setup.cfg `` by injecting default values and more
573+ sensible behaviors via a setup hook, then passes the processed settings to
574+ ``setup.py ``. It was originally developed from the common packaging code used
575+ across various `OpenStack <https://www.openstack.org/ >`_ projects.
576+
561577.. _pdm :
562578
563579pdm
You can’t perform that action at this time.
0 commit comments