From 1793627eb8949f5a5c05f96d7c8894a6f64891db Mon Sep 17 00:00:00 2001 From: Matthew Preisser <55750345+mdp0023@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:51:46 -0500 Subject: [PATCH] Update setup.cfg change dash to underscore (setuptools depreciation) --- wrappers/pyrichdem/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrappers/pyrichdem/setup.cfg b/wrappers/pyrichdem/setup.cfg index fc664c05..26f5c086 100644 --- a/wrappers/pyrichdem/setup.cfg +++ b/wrappers/pyrichdem/setup.cfg @@ -1,9 +1,9 @@ [metadata] -description-file = README.md +description_file = README.md packager = Richard Barnes [bdist_wheel] # This flag says that the code is written to work on both Python 2 and Python # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. -universal=1 \ No newline at end of file +universal=1