summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/python.xml
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-5/+5
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* Add version note for Python tool [ci skip]Mats Wichmann2020-05-091-0/+1
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* python tool not default + minor wording tweaksMats Wichmann2020-05-091-3/+4
| | | | | | | | | | Do not add the python tool (which adds Python suffices to SourceFileScanner) in the list of default tools. At the moment, it causes problems for SCons' own documentation build. Minor wording fix in python tool doc. Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-0/+36
with current python packaging practices