From 954266deb26a5fb6254a141a30391a770de2c1d6 Mon Sep 17 00:00:00 2001 From: Ian Hoang <51065478+IanHoang@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:33:54 -0500 Subject: [PATCH] Update Maintainers in Setup.py to match current Maintainers (#267) Signed-off-by: Ian Hoang --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c6d03d7a6..b58b81995 100644 --- a/setup.py +++ b/setup.py @@ -129,8 +129,8 @@ def str_from_file(name): first_unsupported_version = "{}.{}".format(supported_python_versions[-1][0], supported_python_versions[-1][1] + 1) setup(name="opensearch-benchmark", - maintainer="Ian Hoang, Achit Ojha, Travis Benedict, Chase Engelbrecht, Govind Kamat, Phill Treddenick", - maintainer_email="hoangia@amazon.com, achiojha@amazon.com, benedtra@amazon.com, engechas@amazon.com, govkamat@amazon.com, treddeni@amazon.com", + maintainer="Ian Hoang, Govind Kamat", + maintainer_email="hoangia@amazon.com, govkamat@amazon.com", version=__versionstr__, description="Macrobenchmarking framework for OpenSearch", long_description=long_description, @@ -170,7 +170,7 @@ def str_from_file(name): ], }, classifiers=[ - "Topic :: System :: Benchmark", + "Topic :: System :: OpenSearch-Benchmark", "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers",