Skip to content

Commit

Permalink
Update Maintainers in Setup.py to match current Maintainers (#267)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <hoangia@amazon.com>
  • Loading branch information
IanHoang authored Apr 14, 2023
1 parent 1b15f71 commit 954266d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 954266d

Please sign in to comment.