summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-07 15:03:17 -0800
committerGitHub <noreply@github.com>2023-03-07 15:03:17 -0800
commita84b13532b98c42576eba5eac2f75c8887642b2d (patch)
treeedd60e9f685a8a4bc139efcacfdc059479c85550 /RELEASE.txt
parent13cbcb6de688543befa5d64fcb79df571150d471 (diff)
parent8d038390977376a82ee4902b7188155508133db1 (diff)
downloadscons-git-a84b13532b98c42576eba5eac2f75c8887642b2d.tar.gz
Merge pull request #4318 from mgorny/wheel-dep
Remove redundant wheel dep from pyproject.toml
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 04108d14d..4e25b9522 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -44,7 +44,8 @@ IMPROVEMENTS
PACKAGING
---------
-- List changes in the way SCons is packaged and/or released
+- Remove the redundant `wheel` dependency from `pyproject.toml`,
+ as it is added automatically by the setuptools PEP517 backend.
DOCUMENTATION
-------------