docs: make it clear who is maintaining this plugin

This commit is contained in:
Régis Behmo 2022-11-10 16:09:52 +01:00
parent 24aed9354b
commit 90e007920b
2 changed files with 9 additions and 8 deletions

View File

@ -3,12 +3,6 @@ Course Discovery plugin for `Tutor <https://docs.tutor.overhang.io>`_
This is a plugin for `Tutor <https://docs.tutor.overhang.io>`_ that integrates the `Course Discovery <https://github.com/edx/course-discovery/>`__ application in an Open edX platform. it is useful for integration with, for example, `Ecommerce <https://github.com/edx/ecommerce>`__ or an external course catalog.
.. image:: https://overhang.io/static/marketing/img/clients/e-ducation.jpg
:alt: E-ducation
:target: https://www.e-ducation.cn/
This plugin was developed and open sourced to the community thanks to the generous support of `E-ducation <https://www.e-ducation.cn/>`_. Thank you!
Installation
------------
@ -93,6 +87,11 @@ Once a local repository is mounted in the image, you will have to install nodejs
tutor dev run discovery npm install --development
tutor dev run discovery make static.dev
Troubleshooting
---------------
This Tutor plugin is maintained by Régis Behmo from `Overhang.IO <https://overhang.io>`__. Community support is available from the official `Open edX forum <https://discuss.openedx.org>`__. Do you need help with this plugin? See the `troubleshooting <https://docs.tutor.overhang.io/troubleshooting.html>`__ section from the Tutor documentation.
License
-------

View File

@ -22,11 +22,13 @@ setup(
"Documentation": "https://docs.tutor.overhang.io/",
"Code": "https://github.com/overhangio/tutor-discovery",
"Issue tracker": "https://github.com/overhangio/tutor-discovery/issues",
"Community": "https://discuss.overhang.io",
"Community": "https://discuss.openedx.org",
},
license="AGPLv3",
author="Overhang.io",
author="Overhang.IO",
author_email="contact@overhang.io",
maintainer="Overhang.IO",
maintainer_email="regis@overhang.io",
description="A Tutor plugin for course discovery, the Open edX service for providing access to consolidated course and program metadata",
long_description=readme,
packages=find_packages(exclude=["tests*"]),