aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-08-06 17:40:08 +0200
committerMatěj Cepl <mcepl@cepl.eu>2019-08-06 17:40:08 +0200
commita41f1679adf32e8a52ccc33843bc2700c60d8ef4 (patch)
tree6750585ba71e7f27432fa10f9755c155e422fb79
parent04b10f2aad172fd73bfbb5408ca8f5968831e59d (diff)
downloadjson_diff-a41f1679adf32e8a52ccc33843bc2700c60d8ef4.tar.gz
Set long_description_content_type
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d4ec674..96fd3c5 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,7 @@ setup(
url='https://gitlab.com/mcepl/json_diff',
py_modules=['json_diff'],
long_description=get_long_description(),
+ long_description_content_type='text/x-rst',
keywords=['json', 'diff'],
test_suite='test.test_json_diff',
classifiers=[