aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-02-03 12:17:46 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-03 12:25:06 -0500
commit11fb3f38d23ff1e0d81e64ba3b68b3de2d2b990a (patch)
treecef2559edceb178cb8484974c1f149f9d58cfab6 /changelog.d
parentdb590baf81ebcb23605da54118905437412228ce (diff)
downloadexternal_python_setuptools-11fb3f38d23ff1e0d81e64ba3b68b3de2d2b990a.tar.gz
external_python_setuptools-11fb3f38d23ff1e0d81e64ba3b68b3de2d2b990a.tar.bz2
external_python_setuptools-11fb3f38d23ff1e0d81e64ba3b68b3de2d2b990a.zip
Move build_meta_legacy to build_meta:legacy
Rather than exposing a top-level module for the legacy backend, we will move the legacy backend into the `setuptools.build_meta` module and specify it using the module:object syntax.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1652.change.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/1652.change.rst b/changelog.d/1652.change.rst
index f5357699..545365ac 100644
--- a/changelog.d/1652.change.rst
+++ b/changelog.d/1652.change.rst
@@ -1 +1 @@
-Added the ``build_meta_legacy`` backend, a "compatibility mode" PEP 517 backend that can be used as the default when ``build-backend`` is left unspecified in ``pyproject.toml``.
+Added the ``build_meta:legacy`` backend, a "compatibility mode" PEP 517 backend that can be used as the default when ``build-backend`` is left unspecified in ``pyproject.toml``.