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 <[email protected]>
Co-authored-by: Ian Hoang <[email protected]>
  • 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="[email protected], [email protected]",
author="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh",
author_email="[email protected], [email protected], [email protected], [email protected], [email protected]",
maintainer="Ian Hoang, Govind Kamat, Mingyang Shi, Chinmay Gadgil, Rishabh Singh",
maintainer_email="[email protected], [email protected], [email protected], [email protected], [email protected]",
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.