Replace elastic maintainers with Rushi (#49)

Rushi is added as temporary maintainer for now. Should ideally be
replaced with an email list

Also removed doc requirements, doc job, and updated description to mention
'low-level' client explicitly

Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
Rushi Agrawal
2021-08-20 21:58:19 +03:00
committed by GitHub
parent dd89555118
commit 6fcc78a58c
2 changed files with 6 additions and 21 deletions
-15
View File
@@ -19,21 +19,6 @@ jobs:
- name: Lint the code
run: nox -s lint
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python3.7 -m pip install nox
- name: Build the docs
run: nox -s docs
test-linux:
strategy:
fail-fast: false
+6 -6
View File
@@ -61,21 +61,21 @@ tests_require = [
]
async_require = ["aiohttp>=3,<4"]
docs_require = ["sphinx<1.7", "sphinx_rtd_theme"]
docs_require = []
generate_require = ["black", "jinja2"]
setup(
name=package_name,
description="Python client for OpenSearch",
description="Python low-level client for OpenSearch",
license="Apache-2.0",
url="https://github.com/opensearch-project/opensearch-py",
long_description=long_description,
long_description_content_type="text/x-rst",
version=package_version,
author="Honza Král, Nick Lang",
author_email="[email protected], nick@nicklang.com",
maintainer="Seth Michael Larson",
maintainer_email="seth.larson@elastic.co",
author="Rushi Agrawal",
author_email="rushi.agr@gmail.com",
maintainer="Rushi Agrawal",
maintainer_email="rushi.agr@gmail.com",
project_urls={
"Documentation": "https://opensearch-py.readthedocs.io",
"Source Code": "https://github.com/opensearch-project/opensearch-py",