From 8572483d95fbd05e5102abd1f4772d5e96df10e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 10 Nov 2022 16:13:42 +0100 Subject: [PATCH] docs: make it clear who is maintaining this plugin --- README.rst | 5 +++++ setup.py | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e4a54c9..472579f 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +Troubleshooting +--------------- + +This Tutor plugin is maintained by Régis Behmo from `Overhang.IO `__. 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. + License ------- diff --git a/setup.py b/setup.py index 2e0f3b9..68e6c5a 100644 --- a/setup.py +++ b/setup.py @@ -31,10 +31,14 @@ setup( project_urls={ "Code": "https://github.com/overhangio/tutor-android", "Issue tracker": "https://github.com/overhangio/tutor-android/issues", + "Community": "https://discuss.openedx.org", }, license="AGPLv3", 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(), packages=find_packages(exclude=["tests*"]), include_package_data=True,