diff --git a/README.rst b/README.rst
index b4e35ff5c221c83fba8e6e22933979029d7e130e..691fccde28f713eee0848bcb2fcc94a7b252e216 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 f6ced07f98a6c8509c90105766b2c8ce54cf8261..6b33ddc432d0b83e7cf0793a0aff540676a7403b 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',