updates from latest recommendations for xblocks

This commit is contained in:
vinhub 2016-04-21 15:11:36 -07:00
Родитель affc72a54a
Коммит 514ec1e14b
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,4 @@
Use this translations directory to provide internationalized strings for your XBlock project.
For more information on how to enable translations, visit the Open edX XBlock tutorial on Internationalization:
http://edx.readthedocs.org/projects/xblock-tutorial/en/latest/edx_platform/edx_lms.html

Просмотреть файл

@ -24,6 +24,7 @@ setup(
name='xblock-officevideo',
version='0.6',
description='Office Video XBlock for adding videos from Office 365 Video to courseware',
license='UNKNOWN', # TODO: choose a license: 'AGPL v3' and 'Apache 2.0' are popular.
packages=[
'officevideo',
],