fix: tutor-openedx was renamed to tutor

This commit is contained in:
Régis Behmo 2021-07-06 10:31:40 +02:00
parent b96b8fa72d
commit fb2bdd9005

View File

@ -39,7 +39,7 @@ setup(
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.5",
install_requires=["tutor-openedx>=12.0.0,<13.0.0"],
install_requires=["tutor>=12.0.0,<13.0.0"],
entry_points={
"tutor.plugin.v0": [
"android = tutorandroid.plugin"