docs: make it clear who is maintaining this plugin

This commit is contained in:
Régis Behmo 2022-11-10 16:13:42 +01:00
parent 999fe79a29
commit 8572483d95
2 changed files with 10 additions and 1 deletions

View File

@ -53,6 +53,11 @@ Customising the Android app
Customising the application, such as the logo or the background image, is currently not supported. If you are interested by this feature, please tell us about it in the Tutor `discussion forums <https://discuss.overhang.io>`_. Customising the application, such as the logo or the background image, is currently not supported. If you are interested by this feature, please tell us about it in the Tutor `discussion forums <https://discuss.overhang.io>`_.
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 License
------- -------

View File

@ -31,10 +31,14 @@ setup(
project_urls={ project_urls={
"Code": "https://github.com/overhangio/tutor-android", "Code": "https://github.com/overhangio/tutor-android",
"Issue tracker": "https://github.com/overhangio/tutor-android/issues", "Issue tracker": "https://github.com/overhangio/tutor-android/issues",
"Community": "https://discuss.openedx.org",
}, },
license="AGPLv3", license="AGPLv3",
author="Overhang.IO", author="Overhang.IO",
description="android plugin for Tutor", author_email="contact@overhang.io",
maintainer="Overhang.IO",
maintainer_email="regis@overhang.io",
description="Android mobile app plugin for Tutor",
long_description=load_readme(), long_description=load_readme(),
packages=find_packages(exclude=["tests*"]), packages=find_packages(exclude=["tests*"]),
include_package_data=True, include_package_data=True,