diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-03-21 23:35:56 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-04-09 20:47:32 (GMT) |
commit | 072ebad9f866bdb4b79f5309071c0a92df1e21be (patch) | |
tree | 6a78442474f32f913fd0d90db6522d7f727dbbca /scripts/MANIFEST.in | |
parent | 23197f27e50f9f66d9f7263fbac5c38855731922 (diff) | |
download | SCons-072ebad9f866bdb4b79f5309071c0a92df1e21be.zip SCons-072ebad9f866bdb4b79f5309071c0a92df1e21be.tar.gz SCons-072ebad9f866bdb4b79f5309071c0a92df1e21be.tar.bz2 |
Move scripts from src/scripts to scripts. Simplify scons.py to only be used for running from this source tree and for scons-local packaging
Diffstat (limited to 'scripts/MANIFEST.in')
-rw-r--r-- | scripts/MANIFEST.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/MANIFEST.in b/scripts/MANIFEST.in new file mode 100644 index 0000000..d10cc82 --- /dev/null +++ b/scripts/MANIFEST.in @@ -0,0 +1,4 @@ +scons +sconsign +scons-time +scons-configure-cache |