From 9f10c0419e23ec5a5e41f07ddf88649b029a6a47 Mon Sep 17 00:00:00 2001 From: Ian Hoang Date: Tue, 30 Apr 2024 14:05:16 -0500 Subject: [PATCH 1/2] Update setup.py to reflect current Maintainers and Authors and updated project URLs. Signed-off-by: Ian Hoang --- setup.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8ef1cadf7..e058e1023 100644 --- a/setup.py +++ b/setup.py @@ -135,12 +135,20 @@ 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, Govind Kamat", - maintainer_email="hoangia@amazon.com, govkamat@amazon.com", + author="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh", + author_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com", + maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh", + maintainer_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com", + version=__versionstr__, version=__versionstr__, description="Macrobenchmarking framework for OpenSearch", long_description=long_description, long_description_content_type='text/markdown', + project_urls={ + "Documentation": "https://opensearch.org/docs/benchmark", + "Source Code": "https://github.com/opensearch-project/OpenSearch-Benchmark", + "Issue Tracker": "https://github.com/opensearch-project/OpenSearch-Benchmark/issues", + }, url="https://github.com/opensearch-project/OpenSearch-Benchmark", license="Apache License, Version 2.0", packages=find_packages( From 603b924d42eb6e0542f52e9ce090df3f3f770c22 Mon Sep 17 00:00:00 2001 From: Ian Hoang Date: Tue, 30 Apr 2024 16:10:51 -0500 Subject: [PATCH 2/2] Fix issue in ci actions Signed-off-by: Ian Hoang --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e058e1023..3fcd5742d 100644 --- a/setup.py +++ b/setup.py @@ -140,7 +140,6 @@ def str_from_file(name): maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh", maintainer_email="ianhoang16@gmail.com, govind_kamat@yahoo.com, mmyyshi@gmail.com, chinmay5j@gmail.com, rishabhksingh@gmail.com", version=__versionstr__, - version=__versionstr__, description="Macrobenchmarking framework for OpenSearch", long_description=long_description, long_description_content_type='text/markdown',