diff --git a/setup.py b/setup.py index 9136339..09755da 100755 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ "Programming Language :: Python :: 3.6", ], long_description=long_description, + long_description_content_type='text/markdown', tests_require=('nose', 'nosexcover'), test_suite='nose.collector' )