diff --git a/setup.py b/setup.py index d413d51..6a38dcc 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ author_email="ctl-dev@columbia.edu", url="https://github.com/ccnmtl/django-smoketest", description="Django smoketest framework", + long_description_content_type='text/markdown', long_description=open(os.path.join(ROOT, 'README.md')).read(), install_requires=['Django>=1.8'], scripts=[],