Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2022-12-22 17:28:37 +00:00
commit aa3dc2b1fd
2 changed files with 8 additions and 2 deletions

View File

@ -127,3 +127,8 @@ License
-------
This work is licensed under the terms of the `GNU Affero General Public License (AGPL) <https://github.com/overhangio/tutor-xqueue/blob/master/LICENSE.txt>`_.
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-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",