From 2ec1b85ccfff33ad13d87b7f173453526000e0a2 Mon Sep 17 00:00:00 2001 From: Jhony Avella Date: Tue, 29 Nov 2022 08:26:10 -0500 Subject: [PATCH] docs: make it clear who is maintaining this plugin --- README.rst | 5 +++++ setup.py | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5eb066b..17d3eaa 100644 --- a/README.rst +++ b/README.rst @@ -127,3 +127,8 @@ License ------- This work is licensed under the terms of the `GNU Affero General Public License (AGPL) `_. + +Troubleshooting +--------------- + +This Tutor plugin is maintained by Jhony Avella from `eduNEXT `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. diff --git a/setup.py b/setup.py index e117881..8dbdfc9 100644 --- a/setup.py +++ b/setup.py @@ -21,11 +21,12 @@ setup( "Documentation": "https://docs.tutor.overhang.io/", "Code": "https://github.com/overhangio/tutor-xqueue", "Issue tracker": "https://github.com/overhangio/tutor-xqueue/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 Xqueue (external grading system)", long_description=readme, long_description_content_type="text/x-rst",