From e70bac57a39003c39b58f4871d9edf77aedee14f Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 5 Oct 2023 13:35:43 +0200 Subject: [PATCH] add content type of long description + license to setup.cfg --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f48c4789..9839603a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,9 @@ name = eessi-testsuite version = 0.1.0 description = Test suite for the EESSI software stack -long_description = file: README.md, LICENSE +long_description = file: README.md +long_description_content_type = text/markdown +license = GPL-2.0-only classifiers = Programming Language :: Python :: 3 project_urls =