7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-25 16:32:35 +00:00

Fix plugin import error

Plugins installed from pypi where simply not usable.
This commit is contained in:
Régis Behmo 2019-08-07 14:26:32 +02:00
parent f732a9e3eb
commit f6ee13c9f2
4 changed files with 2 additions and 2 deletions

View File

@ -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/",

View File

View 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/",

View File