Skip to content

Commit

Permalink
Update setup.py to reflect current Maintainers and Authors and update…
Browse files Browse the repository at this point in the history
…d project urls (#529)

Signed-off-by: Ian Hoang <hoangia@amazon.com>
Co-authored-by: Ian Hoang <hoangia@amazon.com>
  • Loading branch information
IanHoang and Ian Hoang authored May 13, 2024
1 parent 0786c1a commit 2b18a35
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,19 @@ 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__,
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(
Expand Down

0 comments on commit 2b18a35

Please sign in to comment.