Skip to content

Commit

Permalink
fix: Fix pypi error related to long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Jul 25, 2024
1 parent a63390b commit cbb398c
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 cbb398c

Please sign in to comment.