mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-04 20:37:52 +00:00
Fix plugin import error
Plugins installed from pypi where simply not usable.
This commit is contained in:
parent
f732a9e3eb
commit
f6ee13c9f2
@ -10,7 +10,7 @@ with io.open(os.path.join(here, "README.rst"), "rt", encoding="utf8") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tutor-notes",
|
name="tutor-notes",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
url="https://docs.tutor.overhang.io/",
|
url="https://docs.tutor.overhang.io/",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Documentation": "https://docs.tutor.overhang.io/",
|
"Documentation": "https://docs.tutor.overhang.io/",
|
||||||
|
0
plugins/notes/tutornotes/__init__.py
Normal file
0
plugins/notes/tutornotes/__init__.py
Normal file
@ -10,7 +10,7 @@ with io.open(os.path.join(here, "README.rst"), "rt", encoding="utf8") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="tutor-xqueue",
|
name="tutor-xqueue",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
url="https://docs.tutor.overhang.io/",
|
url="https://docs.tutor.overhang.io/",
|
||||||
project_urls={
|
project_urls={
|
||||||
"Documentation": "https://docs.tutor.overhang.io/",
|
"Documentation": "https://docs.tutor.overhang.io/",
|
||||||
|
0
plugins/xqueue/tutorxqueue/__init__.py
Normal file
0
plugins/xqueue/tutorxqueue/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user