Skip to content

Commit b878835

Browse files
authored
Merge pull request #771 from openedx/farhan/add-long-description
fix: Fix pypi error related to long_description
2 parents a63390b + cbb398c commit b878835

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def get_version(*file_paths):
3232
name='XBlock',
3333
version=VERSION,
3434
description='XBlock Core Library',
35+
long_description=open('README.rst').read(),
36+
long_description_content_type='text/x-rst',
3537
packages=[
3638
'xblock',
3739
'xblock.django',

0 commit comments

Comments
 (0)