From 7e2e7bd4364b389f31926627940f97fabc73f73a Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 10 Feb 2022 15:41:35 +0100 Subject: [PATCH] Storage/S3: Include readme in package metadata --- storage_s3/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/storage_s3/setup.cfg b/storage_s3/setup.cfg index ae04998..0fbc8e9 100644 --- a/storage_s3/setup.cfg +++ b/storage_s3/setup.cfg @@ -2,6 +2,8 @@ name = indico-plugin-storage-s3 version = 3.1 description = S3 storage backend for Indico +long_description = file: README.md +long_description_content_type = text/markdown; charset=UTF-8; variant=GFM url = https://github.com/indico/indico-plugins license = MIT author = Indico Team