LIBFOO_INSTALL_ENV
^^^^^^^^^^^^^^^^^^

Provides a means to pass environment variables into the installation process.
This option is defined as a dictionary with key-value pairs where the key is
the environment name and the value is the environment variable's value. This
field is optional.

.. code-block:: python

   LIBFOO_INSTALL_ENV = {
       'OPTION': 'VALUE',
   }
