From 305fdc4385ff7609201a7afcedddf146a0ea5c79 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Tue, 15 Dec 2020 23:00:05 -0300 Subject: [PATCH] Add long_description_content_type --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ac9819b..f49332f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = license = BSD description = Pytest plugin with advanced doctest features. long_description = file: README.rst +long_description_content_type = text/x-rst keywords = doctest, rst, pytest, py.test [options]