From e0afda599b1ebe2e8d22731f1efc33d726d67293 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Mon, 15 Jan 2024 17:27:57 -0500 Subject: [PATCH] setup.cfg: add long_description_content_type Addresses `twine check --strict` warning: ``` WARNING `long_description_content_type` missing. defaulting to `text/x-rst`. ``` Signed-off-by: Simon Deziel --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5d0a4570..e6c9809e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ name = pylxd version = 2.3.2a description = python library for LXD long_description = file: README.rst +long_description_content_type = text/markdown author = Paul Hummer and others (see CONTRIBUTORS.rst) author_email = lxd@lists.canonical.com home_page = https://ubuntu.com/lxd