summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-04-16 02:43:31 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2023-04-16 02:43:31 +0200
commit95467ffb0b9c224732135ebb07e4633034f7cfb5 (patch)
treece7ef4032a712f24e3c785efcaca881ed89c9a10
parent6c4c20a6e8eef17e2a3413fd0676b3d0fa3fd2cb (diff)
downloadpython-setuptools-git-95467ffb0b9c224732135ebb07e4633034f7cfb5.tar.gz
📝 Add a change note for PR #3893
-rw-r--r--changelog.d/3893.doc.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/3893.doc.rst b/changelog.d/3893.doc.rst
new file mode 100644
index 00000000..f1a6ce79
--- /dev/null
+++ b/changelog.d/3893.doc.rst
@@ -0,0 +1,3 @@
+Improved the documentation example regarding making a thin :pep:`517` in-tree
+backend wrapper of ``setuptools.build_meta`` that is future-proof and supports
+:pep:`660` hook too -- by :user:`webknjaz`.