added maintainer email

This commit is contained in:
FahadKhalid210 2023-10-12 10:03:42 +05:00 committed by Régis Behmo
parent 43453166bc
commit 1be31401fa
2 changed files with 3 additions and 1 deletions

View File

@ -241,7 +241,7 @@ Postgresql/Superset settings
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.
This Tutor plugin is maintained by Fahad Khalid from `Edly <https://edly.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
-------

View File

@ -34,6 +34,8 @@ setup(
},
license="AGPLv3",
author="Overhang.IO",
maintainer="Edly",
maintainer_email="fahad.khalid@arbisoft.com",
description="Scalable, real-time analytics for Open edX",
long_description=load_readme(),
packages=find_packages(exclude=["tests*"]),