docs: adding maintainer info to the repo
This commit is contained in:
parent
940eb660c3
commit
323b6e9bfd
@ -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.
|
||||
|
||||
5
setup.py
5
setup.py
@ -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*"]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user