Skip to content

Commit

Permalink
Merge pull request #187 from openedx/salman/django-4.2-issue-fix
Browse files Browse the repository at this point in the history
Add long description to fix build
  • Loading branch information
salman2013 authored Jul 31, 2023
2 parents e07c5eb + 68f9367 commit a014098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +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.
license='AGPL v3', # TODO: choose a license: 'AGPL v3' and 'Apache 2.0' are popular.
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down
2 changes: 1 addition & 1 deletion staff_graded/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .staff_graded import StaffGradedXBlock

__version__ = '2.1.0'
__version__ = '2.1.1'

0 comments on commit a014098

Please sign in to comment.