summaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-11-03 20:25:46 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-11-03 20:25:46 (GMT)
commit9d637bc1d28420698f4a9345b7579d09cc8c311f (patch)
tree3e897bf42bd4135798be76f2ea31084e2e69fd99 /src/setup.py
parent5587089a661a520a32c353ea886939cd63a0636a (diff)
downloadSCons-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.py1
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,