From 370e4f79cc9da517926270b8bda352b14e43cbf0 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 29 May 2018 16:53:56 -0700 Subject: Reworded description of scons setup.py changes. --- src/CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index f74565a..b0baecb 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -15,8 +15,9 @@ RELEASE 3.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE From Richard West: - Add SConstruct.py, Sconstruct.py, sconstruct.py to the search path for the root SConstruct file. Allows easier debugging within Visual Studio - - Set the default pip installation directory to be non version specific - to aid with development of external tools (such as using pytest) + - Change setup.py to change the install directory (via pip, or setup.py install) from scons-#.#.# + to scons (Yielding /lib/scons/SCons/ instead of /lib/scons/SCons-#.#.#/). + This changes SCons to better comply with normal Python installation practices. From Bernard Blackham: - Fixed handling of side-effects in task master (fixes #3013). -- cgit v0.12