Skip to content

Commit 592b352

Browse files
committed
fix long_description content type
1 parent 40a52f5 commit 592b352

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
@@ -10,6 +10,7 @@
1010
author_email="ctl-dev@columbia.edu",
1111
url="https://github.com/ccnmtl/django-smoketest",
1212
description="Django smoketest framework",
13+
long_description_content_type='text/markdown',
1314
long_description=open(os.path.join(ROOT, 'README.md')).read(),
1415
install_requires=['Django>=1.8'],
1516
scripts=[],

0 commit comments

Comments
 (0)