summaryrefslogtreecommitdiff
path: root/changelog.d/3392.change.rst
blob: 8ae7fd90ded3b6ae80f8bf1cca1cd9fc88d5f07a (plain)
1
2
3
4
5
Exposed ``get_output_mapping()`` from ``build_py`` and ``build_ext``
subcommands. This interface is reserved for the use of ``setuptools``
Extensions and third part packages are explicitly disallowed to calling it.
However, any implementation overwriting ``build_py`` or ``build_ext`` are
required to honour this interface.