Skip to content

Commit 6a194bb

Browse files
committed
setup: set long description content type for markdown
So we can use the README as is on PyPI
1 parent 1bd994a commit 6a194bb

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)