docs: adding maintainer info to the repo

This commit is contained in:
Jhony Avella 2022-10-12 10:31:50 -05:00 committed by Régis Behmo
parent 940eb660c3
commit 323b6e9bfd
2 changed files with 8 additions and 2 deletions

View File

@ -44,3 +44,8 @@ To debug the notes API service, you are encouraged to mount the edx-notes-api re
tutor dev start --mount /path/to/edx-notes-api
Feel free to add breakpoints (``breakpoint()``) anywhere in your source code to debug your application.
Troubleshooting
---------------
This Tutor plugin is maintained by Jhony Avella from `eduNEXT <https://www.edunext.co/>`__. 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.

View File

@ -21,11 +21,12 @@ setup(
"Documentation": "https://docs.tutor.overhang.io/",
"Code": "https://github.com/overhangio/tutor-notes",
"Issue tracker": "https://github.com/overhangio/tutor-notes/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="eduNEXT",
description="A Tutor plugin for student notes",
long_description=readme,
packages=find_packages(exclude=["tests*"]),