From 2bcf15b5493997d69cbc747cc6f7316bc543edc5 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Tue, 9 Aug 2022 14:23:22 -0500 Subject: [PATCH] Fixing rst issue --- HISTORY.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5b8e11d..fa0e4d9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ======= 0.5.2 (2022-08-09) ---------------- +------------------ * Install pyyaml only when asked for with extras (conda extra) * Add support for piptools requirements.in diff --git a/setup.py b/setup.py index 09aef89..bf5019c 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ version='0.5.2', description="A parser for Python dependency files", long_description=readme + '\n\n' + history, + long_description_content_type='text/x-rst', author="Jannis Gebauer", author_email='support@pyup.io', url='https://github.com/pyupio/dparse',