From 49451d1d34a5bcc54831d0f1af35dabcd562847e Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 11 May 2024 17:33:59 -0700 Subject: [PATCH] setup.cfg: fix warning setuptools is deprecating dash-separated options on 2024-09-26. There's a banner when installing that warns about this. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b88034e..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +description_file = README.md