From 68f9367d503ff70902211d6010a39d3e44e4ffdc Mon Sep 17 00:00:00 2001 From: Salman Nawaz Date: Thu, 20 Jul 2023 17:31:55 +0500 Subject: [PATCH] fix: add long description for PYPI to fix build, bump up the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df3eaa5..5e419fc 100644 --- a/setup.py +++ b/setup.py @@ -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',