diff --git a/CHANGES/963.packaging.rst b/CHANGES/963.packaging.rst new file mode 100644 index 000000000..4b9f1e79b --- /dev/null +++ b/CHANGES/963.packaging.rst @@ -0,0 +1,11 @@ +The leading ``--`` has been dropped from the :pep:`517` in-tree build +backend config setting names. ``--pure-python`` is now just ``pure-python`` +-- by :user:`webknjaz`. + +The usage now looks as follows: + +.. code-block:: console + + $ python -m build \ + --config-setting=pure-python=true \ + --config-setting=with-cython-tracing=true