Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py to reflect current Maintainers and Authors and updated project urls #529

Merged
merged 2 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading