From 069791fb36828d4cb713d57b09ab4d26c50b4d84 Mon Sep 17 00:00:00 2001 From: Ned Batchelder <ned@edx.org> Date: Wed, 9 Jun 2021 16:32:07 -0400 Subject: [PATCH] build: fix two errors in the setup.py and README --- README.rst | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b4e35ff..691fccd 100644 --- a/README.rst +++ b/README.rst @@ -319,7 +319,7 @@ Changelog ========= 2.10.0 - 2021-06-09 ------------------- +------------------- * LTI 1.3 and LTI Advantage features are now enabled by default. * LTI 1.3 settings were simplified to reduce confusion when setting up a LTI tool. diff --git a/setup.py b/setup.py index f6ced07..6b33ddc 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,8 @@ with open('README.rst') as _f: setup( name='lti-consumer-xblock', version='2.10.0', + author='Open edX project', + author_email='oscm@edx.org', description='This XBlock implements the consumer side of the LTI specification.', long_description=long_description, long_description_content_type='text/x-rst', -- GitLab