Merge branch 'master' into nightly

This commit is contained in:
Régis Behmo 2022-12-12 19:28:52 +01:00
commit dd71d26bd3
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ This Tutor plugin is maintained by Régis Behmo from `Overhang.IO <https://overh
`Max retries exceeded with url`
+++++++++++++++++++++++++++++++
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When running in production with HTTPS enabled, you may face this error during the `init` phase of `tutor local launch`:

View File

@ -31,6 +31,7 @@ setup(
maintainer_email="regis@overhang.io",
description="A Tutor plugin for course discovery, the Open edX service for providing access to consolidated course and program metadata",
long_description=readme,
long_description_content_type="text/x-rst",
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
install_requires=["tutor>=15.0.0,<16.0.0"],