diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-03-02 22:15:50 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-03-02 22:15:50 (GMT) |
commit | f6f2fd98b2a94871b506e517873af4d6faf04ed9 (patch) | |
tree | 3291b64b71421b1df4f3c86dbd845900d2e52cd3 | |
parent | 99a8c86de1ce91d23b102520e185c54ebd968924 (diff) | |
download | SCons-f6f2fd98b2a94871b506e517873af4d6faf04ed9.zip SCons-f6f2fd98b2a94871b506e517873af4d6faf04ed9.tar.gz SCons-f6f2fd98b2a94871b506e517873af4d6faf04ed9.tar.bz2 |
updates
-rw-r--r-- | RELEASE.txt | 2 | ||||
-rw-r--r-- | SCons/__init__.py | 6 | ||||
-rw-r--r-- | pyproject.toml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index d9e1547..da03a38 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -35,7 +35,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY nodes from the project argument list. - False or evaluates False: leave solution file names and nodes in the project argument list. An exception is not raised. - + Solution file names and/or nodes in the project argument list cause erroneous Project records to be produced in the generated solution file. As a convenience, a user may elect to ignore solution file names and nodes diff --git a/SCons/__init__.py b/SCons/__init__.py index 1435125..c492d6c 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.9.0" __copyright__="Copyright (c) 2001 - 2025 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 02 Mar 2025 13:25:06 -0700" +__date__="Sun, 02 Mar 2025 14:04:50 -0700" __buildsys__="M1Dog2021" -__revision__="66f8972b546e12e0b8bf31648a2a076d706daec0" -__build__="66f8972b546e12e0b8bf31648a2a076d706daec0" +__revision__="99a8c86de1ce91d23b102520e185c54ebd968924" +__build__="99a8c86de1ce91d23b102520e185c54ebd968924" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7d47aa2..d1f8623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ namespaces = false [tool.setuptools.package-data] "*" = ["*.txt", "*.rst", "*.1"] -"scons.tool.docbook" = ["*.*"] +"SCons.tool.docbook" = ["*.*"] [tool.distutils.sdist] dist-dir = "build/dist" |