File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
35
35
nodes from the project argument list.
36
36
- False or evaluates False: leave solution file names and nodes in the
37
37
project argument list. An exception is not raised.
38
-
38
+
39
39
Solution file names and/or nodes in the project argument list cause
40
40
erroneous Project records to be produced in the generated solution file.
41
41
As a convenience, a user may elect to ignore solution file names and nodes
Original file line number Diff line number Diff line change 1
1
__version__ = "4.9.0"
2
2
__copyright__ = "Copyright (c) 2001 - 2025 The SCons Foundation"
3
3
__developer__ = "bdbaddog"
4
- __date__ = "Sun, 02 Mar 2025 13:25:06 -0700"
4
+ __date__ = "Sun, 02 Mar 2025 14:04:50 -0700"
5
5
__buildsys__ = "M1Dog2021"
6
- __revision__ = "66f8972b546e12e0b8bf31648a2a076d706daec0 "
7
- __build__ = "66f8972b546e12e0b8bf31648a2a076d706daec0 "
6
+ __revision__ = "99a8c86de1ce91d23b102520e185c54ebd968924 "
7
+ __build__ = "99a8c86de1ce91d23b102520e185c54ebd968924 "
8
8
# make sure compatibility is always in place
9
9
import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ namespaces = false
60
60
61
61
[tool .setuptools .package-data ]
62
62
"*" = [" *.txt" , " *.rst" , " *.1" ]
63
- "scons .tool.docbook" = [" *.*" ]
63
+ "SCons .tool.docbook" = [" *.*" ]
64
64
65
65
[tool .distutils .sdist ]
66
66
dist-dir = " build/dist"
You can’t perform that action at this time.
0 commit comments