We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a63390b + cbb398c commit b878835Copy full SHA for b878835
setup.py
@@ -32,6 +32,8 @@ def get_version(*file_paths):
32
name='XBlock',
33
version=VERSION,
34
description='XBlock Core Library',
35
+ long_description=open('README.rst').read(),
36
+ long_description_content_type='text/x-rst',
37
packages=[
38
'xblock',
39
'xblock.django',
0 commit comments