mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Added an explicit content type for long_description (#4826)
It already defaults to x-rst, but this silences a warning
This commit is contained in:
parent
9110595273
commit
5fbc54ec05
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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__"],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue