From 42b2f5ee14c01c86ca45316333e4d96b218e1766 Mon Sep 17 00:00:00 2001 From: Fares Abawi Date: Mon, 12 Feb 2024 11:19:40 +0100 Subject: [PATCH] Fixed classifier categories --- setup.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index ae26782..62b5eea 100755 --- a/setup.py +++ b/setup.py @@ -73,18 +73,12 @@ def check_cv2(default_python="opencv-python"): "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "Intended Audience :: Robotics", - "Topic :: Middleware Wrapper", - "Topic :: Middlware :: ZeroMQ", - "Topic :: Middlware :: YARP", - "Topic :: Middlware :: ROS", - "Topic :: Middlware :: ROS 2", - "Topic :: Scientific/Engineering :: Deep Learning", + "Intended Audience :: Information Technology", "Topic :: Scientific/Engineering :: Artificial Intelligence", - "Topic :: Scientific/Engineering :: Robotics", - "Topic :: Scientific/Engineering :: Image Processing", + "Topic :: Scientific/Engineering :: Human Machine Interfaces", + "Topic :: System :: Distributed Computing", "License :: OSI Approved :: MIT License", - "Operating System :: Linux", + "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",