summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-11-24 20:23:10 (GMT)
committerMats Wichmann <mats@linux.com>2020-11-24 20:23:10 (GMT)
commit0e5251b992783c1c77ae25eb4b8dba9613ba360e (patch)
tree6995c0ee4e551e6ffc074149942d1f4333301764
parent3e67139b312c388289047f969701542365497c6d (diff)
downloadSCons-0e5251b992783c1c77ae25eb4b8dba9613ba360e.zip
SCons-0e5251b992783c1c77ae25eb4b8dba9613ba360e.tar.gz
SCons-0e5251b992783c1c77ae25eb4b8dba9613ba360e.tar.bz2
Change Trove classification for SCons
Signed-off-by: Mats Wichmann <mats@linux.com>
-rwxr-xr-xCHANGES.txt1
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 38b1cdd..fa008d1 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -84,6 +84,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Restore internal Trace function to functional state.
- Only try to initialize the wix tool by default (or when tool `default` is explicitly installed)
on Windows based systems.
+ - Pick a better "Topic" Trove classifier for SCons: SW Dev / Build Tools
From Simon Tegelid
- Fix using TEMPFILE in multiple actions in an action list. Previously a builder, or command
diff --git a/setup.cfg b/setup.cfg
index dbb316e..421542f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,7 +20,7 @@ project-urls =
classifiers =
Development Status :: 5 - Production/Stable
- Topic :: Utilities
+ Topic :: Software Development :: Build Tools
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only