From 6a194bb4531e6a3bbc03f27dc256f3ccd9581158 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Tue, 12 May 2020 11:57:41 +0200 Subject: [PATCH] setup: set long description content type for markdown So we can use the README as is on PyPI --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',