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:
@@ -19,21 +19,6 @@ jobs:
|
|||||||
- name: Lint the code
|
- name: Lint the code
|
||||||
run: nox -s lint
|
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:
|
test-linux:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
@@ -61,21 +61,21 @@ tests_require = [
|
|||||||
]
|
]
|
||||||
async_require = ["aiohttp>=3,<4"]
|
async_require = ["aiohttp>=3,<4"]
|
||||||
|
|
||||||
docs_require = ["sphinx<1.7", "sphinx_rtd_theme"]
|
docs_require = []
|
||||||
generate_require = ["black", "jinja2"]
|
generate_require = ["black", "jinja2"]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
description="Python client for OpenSearch",
|
description="Python low-level client for OpenSearch",
|
||||||
license="Apache-2.0",
|
license="Apache-2.0",
|
||||||
url="https://github.com/opensearch-project/opensearch-py",
|
url="https://github.com/opensearch-project/opensearch-py",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/x-rst",
|
long_description_content_type="text/x-rst",
|
||||||
version=package_version,
|
version=package_version,
|
||||||
author="Honza Král, Nick Lang",
|
author="Rushi Agrawal",
|
||||||
author_email="[email protected], nick@nicklang.com",
|
author_email="rushi.agr@gmail.com",
|
||||||
maintainer="Seth Michael Larson",
|
maintainer="Rushi Agrawal",
|
||||||
maintainer_email="seth.larson@elastic.co",
|
maintainer_email="rushi.agr@gmail.com",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Documentation": "https://opensearch-py.readthedocs.io",
|
"Documentation": "https://opensearch-py.readthedocs.io",
|
||||||
"Source Code": "https://github.com/opensearch-project/opensearch-py",
|
"Source Code": "https://github.com/opensearch-project/opensearch-py",
|
||||||
|
|||||||
Reference in New Issue
Block a user