diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-11-03 20:25:46 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-11-03 20:25:46 (GMT) |
commit | 9d637bc1d28420698f4a9345b7579d09cc8c311f (patch) | |
tree | 3e897bf42bd4135798be76f2ea31084e2e69fd99 /src/setup.py | |
parent | 5587089a661a520a32c353ea886939cd63a0636a (diff) | |
download | SCons-9d637bc1d28420698f4a9345b7579d09cc8c311f.zip SCons-9d637bc1d28420698f4a9345b7579d09cc8c311f.tar.gz SCons-9d637bc1d28420698f4a9345b7579d09cc8c311f.tar.bz2 |
manually merge packaging updates from 2.5.1
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup.py b/src/setup.py index 9a02b25..41fc35a 100644 --- a/src/setup.py +++ b/src/setup.py @@ -388,6 +388,7 @@ scripts = [ 'script/scons', 'script/sconsign', 'script/scons-time', + 'script/scons-configure-cache', # We include scons.bat in the list of scripts, even on UNIX systems, # because we provide an option to allow it be installed explicitly, |