From 710394d101c916675289474224018259efa812bd Mon Sep 17 00:00:00 2001 From: Cristina Madrid-Lopez Date: Wed, 15 Jul 2026 17:24:26 +0200 Subject: [PATCH] Add sustainability science classifiers Add much needed sustainability science classifiers for topics that did not fall within any other classifiers. This is to be able to properly classify a vast number of packages developed for the sustainability science community. Add Topic classifiers for: - Scientific/Engineering :: Ecology - Scientific/Engineering :: Industrial Ecology - Scientific/Engineering :: Socio-Ecosystem Metabolism - Scientific/Engineering :: Life Cycle Assessment --- src/trove_classifiers/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/trove_classifiers/__init__.py b/src/trove_classifiers/__init__.py index 1a5a56c..f0776a0 100644 --- a/src/trove_classifiers/__init__.py +++ b/src/trove_classifiers/__init__.py @@ -750,21 +750,26 @@ "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Chemistry", + "Topic :: Scientific/Engineering :: Ecology", + "Topic :: Scientific/Engineering :: Ecological Economics", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: GIS", "Topic :: Scientific/Engineering :: Human Machine Interfaces", "Topic :: Scientific/Engineering :: Hydrology", "Topic :: Scientific/Engineering :: Image Processing", "Topic :: Scientific/Engineering :: Image Recognition", + "Topic :: Scientific/Engineering :: Industrial Ecology", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Instrument Drivers", "Topic :: Scientific/Engineering :: Instrument Drivers :: IVI Conformant", "Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator", + "Topic :: Scientific/Engineering :: Life Cycle Assessment", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Medical Science Apps.", "Topic :: Scientific/Engineering :: Oceanography", "Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Quantum Computing", + "Topic :: Scientific/Engineering :: Socio-ecosystem Metabolism", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Security", "Topic :: Security :: Cryptography",