From 4480f525eea6b7ad2416facae20840b91b7911f6 Mon Sep 17 00:00:00 2001 From: Nana Abeka Otoo <82911284+naotoo1@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:22:02 +0200 Subject: [PATCH] Update setup.py --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/setup.py b/setup.py index ba48bd3..c803a81 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,15 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Natural Language :: English', + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: Science/Research", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',