From b7ef6db57a5d83fc95afda14c022e627052fb8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20D=C3=B3zsa?= Date: Thu, 9 Jan 2020 08:38:10 +0100 Subject: [PATCH] Added long description content type. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 82491c4..59cd00a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,7 @@ url = https://github.com/oliverdozsa/scrapy-patterns licence = MIT description = Scrapy Patterns long_description = file:README.md +long_description_content_type = text/markdown [options] include_package_data = true