Skip to content

Commit

Permalink
fix: add long description for PYPI to fix build, bump up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Nawaz authored and Salman Nawaz committed Jul 20, 2023
1 parent 94d03e8 commit 68f9367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_version(file_path):
name='staff_graded-xblock',
version=VERSION,
description='Staff Graded XBlock', # TODO: write a better description.
long_description='Staff Graded XBlock', # TODO: write a better description.
long_description='Staff Graded XBlock', # TODO: write a better description.
license='AGPL v3', # TODO: choose a license: 'AGPL v3' and 'Apache 2.0' are popular.
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 68f9367

Please sign in to comment.