From 5f5ea853c78d8ba5866a05280ce228441cb62ad0 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 6 Sep 2024 16:17:15 -0700 Subject: [PATCH] Set long_description_content_type before long_description --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6df24b8..eb5b78f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,8 +4,8 @@ version = 0.1.0 author = Daniel A. Wozniak author_email = description = Portable Python Build Toolchain -long_description = file: README.md long_description_content_type = text/markdown +long_description = file: README.md url = https://github.com/saltstack/ppbt Bug Tracker = https://github.com/saltstack/ppbt/issues classifiers =