From 0d3783d7541a31d50e52582e350599fafb1d0bbc Mon Sep 17 00:00:00 2001 From: David Dotson Date: Thu, 7 Nov 2024 14:46:37 -0700 Subject: [PATCH] Fixed comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be1533bf..d68b3488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" authors = [{name = "The OpenFE developers", email = "openfe@omsf.io"}] license = {text = "MIT"} classifiers = [ - "Development Status :: 5 - Production/Stable" + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: POSIX",