We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a52f5 commit 592b352Copy full SHA for 592b352
setup.py
@@ -10,6 +10,7 @@
10
author_email="ctl-dev@columbia.edu",
11
url="https://github.com/ccnmtl/django-smoketest",
12
description="Django smoketest framework",
13
+ long_description_content_type='text/markdown',
14
long_description=open(os.path.join(ROOT, 'README.md')).read(),
15
install_requires=['Django>=1.8'],
16
scripts=[],
0 commit comments