aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-03-31 20:04:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-04-01 13:04:04 +1300
commit5fbc54ec0521730b646df8066bcff1ac9b4be5bf (patch)
tree7b96187223b00bdef8b50f5d2ebfc98a1cebe413 /setup.py
parent91105952739442a74582d3e62b3d2111365b0dc7 (diff)
downloadcryptography-5fbc54ec0521730b646df8066bcff1ac9b4be5bf.tar.gz
cryptography-5fbc54ec0521730b646df8066bcff1ac9b4be5bf.tar.bz2
cryptography-5fbc54ec0521730b646df8066bcff1ac9b4be5bf.zip
Added an explicit content type for long_description (#4826)
It already defaults to x-rst, but this silences a warning
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5b29d32e..482ec596 100644
--- a/setup.py
+++ b/setup.py
@@ -250,6 +250,7 @@ setup(
description=about["__summary__"],
long_description=long_description,
+ long_description_content_type="text/x-rst",
license=about["__license__"],
url=about["__uri__"],