From 6a1637727cae1945d3cc5a1ea446dc15604a1fe9 Mon Sep 17 00:00:00 2001 From: David Dotson Date: Thu, 7 Nov 2024 14:39:28 -0700 Subject: [PATCH] Updated classifiers in pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e54bad84..be1533bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,10 @@ readme = "README.md" authors = [{name = "The OpenFE developers", email = "openfe@omsf.io"}] license = {text = "MIT"} classifiers = [ - "Development Status :: 1 - Planning", + "Development Status :: 5 - Production/Stable" "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", - "Operating System :: Microsoft :: Windows", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Chemistry",