Skip to content

Commit

Permalink
Merge pull request #771 from openedx/farhan/add-long-description
Browse files Browse the repository at this point in the history
fix: Fix pypi error related to long_description
  • Loading branch information
farhan authored Jul 25, 2024
2 parents a63390b + cbb398c commit b878835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def get_version(*file_paths):
name='XBlock',
version=VERSION,
description='XBlock Core Library',
long_description=open('README.rst').read(),
long_description_content_type='text/x-rst',
packages=[
'xblock',
'xblock.django',
Expand Down

0 comments on commit b878835

Please sign in to comment.