From 08daee259da680e30c305f803ffb6a9be3cfb15a Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 12 Dec 2023 21:53:43 -0800 Subject: [PATCH] Update setup.cfg - per https://stackoverflow.com/questions/60084128/does-description-file-in-setup-cfg-section-metadata-have-any-effect file: is needed after long_description --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 84e53b0..440fce9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ platforms = Linux 32/64 MacOS 32/64 long_description_content_type = text/markdown -long_description = README.md +long_description = file: README.md description_file = README.md license_files = LICENSE