From 34aa4982afa3e46ee88dd5f93eafbf3bc3829422 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 19 Apr 2021 00:30:08 +0200 Subject: [PATCH] Add long_description_content_type --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f0640e2..d22c6a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,7 @@ name = sigal description = Simple static gallery generator long_description = file: README.rst +long_description_content_type = text/x-rst author = Simon Conseil author_email = contact@saimon.org url = https://github.com/saimn/sigal