From faf09d7fffd5f8869e8aa270875bb710aa40c837 Mon Sep 17 00:00:00 2001 From: "Artur Yakimovich, PhD" Date: Fri, 1 Aug 2025 16:56:26 +0200 Subject: [PATCH] HOTFIX: Update setup.py remove the trailing space in 'Topic :: Scientific/Engineering :: Bio-Informatics ' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2466353..c8a6b8e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Science/Research', - 'Topic :: Scientific/Engineering :: Bio-Informatics ', + 'Topic :: Scientific/Engineering :: Bio-Informatics', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',