[Updated] D11393: pep-517: remove the `build-backend` key to allow for users to build extensions
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu Sep 23 15:38:40 UTC 2021
Closed by commit rHG58fe6d127a01: pep-517: remove the `build-backend` key to allow for users to build extensions (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11393?vs=30186&id=30385
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11393/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11393
AFFECTED FILES
pyproject.toml
CHANGE DETAILS
diff --git a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
-build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
To: Alphare, #hg-reviewers
Cc: gracinet, marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210923/28b23c0b/attachment-0002.html>
More information about the Mercurial-patches
mailing list