Skip to content

Commit

Permalink
πŸ“ Add a change note for PR aio-libs#963
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 27, 2023
1 parent 8cf77bd commit bb4c10c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES/963.packaging.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bb4c10c

Please sign in to comment.