diff --git a/django_auth_lti/const.py b/django_auth_lti/const.py index 5c60cd6f63561e37177f389047fb16172460bd08..71fbac4b452ebae974869068ca10a626f90c3a7e 100644 --- a/django_auth_lti/const.py +++ b/django_auth_lti/const.py @@ -6,3 +6,5 @@ INSTRUCTOR = 'Instructor' CONTENT_DEVELOPER = 'ContentDeveloper' OBSERVER = 'urn:lti:instrole:ims/lis/Observer' TEACHING_ASSISTANT = 'urn:lti:role:ims/lis/TeachingAssistant' + +TEACHING_STAFF_ROLES = [ADMINISTRATOR, INSTRUCTOR, TEACHING_ASSISTANT, CONTENT_DEVELOPER] diff --git a/setup.py b/setup.py index 72d1297683dcb9294478f754a47df7cf5282175f..fe37ad32f4b336443674d5274cb21d61c9e18b66 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='django-auth-lti', - version='1.2.1', + version='1.2.2', packages=['django_auth_lti'], include_package_data=True, license='TBD License', # example license