mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +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(
|
||||
name="tutor-notes",
|
||||
version="0.1.0",
|
||||
version="0.1.1",
|
||||
url="https://docs.tutor.overhang.io/",
|
||||
project_urls={
|
||||
"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(
|
||||
name="tutor-xqueue",
|
||||
version="0.1.0",
|
||||
version="0.1.1",
|
||||
url="https://docs.tutor.overhang.io/",
|
||||
project_urls={
|
||||
"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