fix: tutor-openedx was renamed to tutor
This commit is contained in:
parent
7ffb297dcd
commit
283890555b
2
setup.py
2
setup.py
@ -31,7 +31,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": ["notes = tutornotes.plugin"]},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
@ -41,3 +41,5 @@ LOGGING = {
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
{{ patch("notes-settings") }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user