From 58bf39e53a6bfb53574c4814550e6f0a2fb0ee71 Mon Sep 17 00:00:00 2001 From: Ian Hoang <51065478+IanHoang@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:41:23 -0500 Subject: [PATCH] Revert topic classifier (#279) Signed-off-by: Ian Hoang Co-authored-by: Ian Hoang --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36e5103f6..26872b882 100644 --- a/setup.py +++ b/setup.py @@ -170,7 +170,7 @@ def str_from_file(name): ], }, classifiers=[ - "Topic :: System :: OSB", + "Topic :: System :: Benchmark", "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers",