Skip to content

Commit

Permalink
Reworded description of scons setup.py changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed May 29, 2018
1 parent c6fdbe0 commit 370e4f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pythondir>/lib/scons/SCons/ instead of <pythondir>/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).
Expand Down

0 comments on commit 370e4f7

Please sign in to comment.