From e0828550a224dd4e4f63cb377d758e2be23cfffe Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 25 Oct 2021 16:33:03 +0100 Subject: [PATCH] Prefer kebab case for depedencies in setup.cfg --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9222eee..3f14de8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,13 +67,13 @@ full = # tomlkit>=0.7,<2 atoml @ git+https://github.com/abravalheri/atoml@all-patches#egg=atoml lite = - tomli_w>=0.4.0,<2 + tomli-w>=0.4.0,<2 all = configupdater>=3,<4 # atoml>=1.0.3,<2 # tomlkit>=0.7,<2 atoml @ git+https://github.com/abravalheri/atoml@all-patches#egg=atoml - tomli_w>=0.4.0,<2 + tomli-w>=0.4.0,<2 # Add here test requirements (semicolon/line-separated) testing =