diff --git a/setup.py b/setup.py index 01dbdca..fa6a0b3 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ license='MIT License', description='A simple Django app to add JSON widget into Django Administration.', long_description=README, + long_description_content_type='text/markdown', url='https://github.com/abogushov/django-admin-json-editor', author='Alexander Bogushov', author_email='abogushov@gmail.com',