From 3aa0007e99240d6b85a9364f34ccd73e66fea859 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Thu, 14 Nov 2024 11:18:55 +0100 Subject: [PATCH] Update PyPI classifiers --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 472937d0..d052b864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ "ai", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Framework :: FastAPI", "Intended Audience :: Developers", "Intended Audience :: Science/Research", @@ -23,8 +23,8 @@ classifiers = [ "Intended Audience :: Information Technology", "Natural Language :: English", "Operating System :: POSIX :: Linux", - "Operating System :: Microsoft", - "Operating System :: MacOS :: MacOS X", + "Operating System :: Microsoft :: Windows", + "Operating System :: MacOS", "Programming Language :: JavaScript", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence",