Skip to content

Commit

Permalink
DOC: document python_site_packages_path
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Sep 20, 2024
1 parent 5af3780 commit 73ecc5e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/resources/define-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,19 @@ Python in macOS. The default is ``False``.
build:
osx_is_app: True
python_site_packages_path
-------------------------

Packages with a name of ``python`` can optionally specify the location of the
site-packages directory relative to the root of the environment with
``python_site_packages_path``. This should only be used in ``python`` packages
and only when the path is not the CPython default.

.. code-block:: yaml
build:
python_site_packages_path: lib/python3.13t/site-packages
Track features
--------------
Expand Down

0 comments on commit 73ecc5e

Please sign in to comment.