Declare functionality as experimental.

This commit is contained in:
Jason R. Coombs 2018-12-12 16:02:22 -05:00
parent 953f5ec240
commit 99c5313b38
1 changed files with 4 additions and 0 deletions

View File

@ -59,3 +59,7 @@ To build a backend into source and/or binary distributions, run in a shell:
.. code-block:: shell
python -m pep517.build path/to/source # source dir containing pyproject.toml
This 'build' module should be considered experimental while the PyPA `decides
on the best place for this functionality
<https://github.com/pypa/packaging-problems/issues/219>`_.