From 950cbcde0863d2ef9bd058c3fc3ddfc7dcb1b978 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 2 Dec 2024 18:20:19 +0500 Subject: [PATCH] fix: update setup.py for latest PyPI deploy standards --- ccx_keys/__init__.py | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ccx_keys/__init__.py b/ccx_keys/__init__.py index 9b94467..0492b80 100644 --- a/ccx_keys/__init__.py +++ b/ccx_keys/__init__.py @@ -1,3 +1,3 @@ """init""" -__version__ = '2.0.1' +__version__ = '2.0.2' diff --git a/setup.py b/setup.py index bd16d0f..308261d 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,8 @@ def get_version(file_path): author='edX', author_email='oscm@edx.org', description='Opaque key support custom courses on edX', + long_description='Opaque key support custom courses on edX', + long_description_content_type='text/x-rst', url='https://github.com/openedx/ccx-keys', license='AGPL', classifiers=[