docs: make it clear who is maintaining this plugin
This commit is contained in:
parent
999fe79a29
commit
8572483d95
@ -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>`_.
|
||||
|
||||
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
|
||||
-------
|
||||
|
||||
|
||||
6
setup.py
6
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user