Skip to content

Commit dde2ab7

Browse files
authored
Merge pull request #29 from xrmx/mdlongdescription
setup: set long description content type for markdown
2 parents 1bd994a + 6a194bb commit dde2ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
license='MIT License',
4343
description='A simple Django app to add JSON widget into Django Administration.',
4444
long_description=README,
45+
long_description_content_type='text/markdown',
4546
url='https://github.com/abogushov/django-admin-json-editor',
4647
author='Alexander Bogushov',
4748
author_email='[email protected]',

0 commit comments

Comments
 (0)