From 5f7fd09224e793ba0bc76c8f188878019169d167 Mon Sep 17 00:00:00 2001 From: smoia Date: Sat, 9 Sep 2023 15:06:37 +0200 Subject: [PATCH] Clarify it's gui enhancement --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ec16713..f5cdf04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,8 +49,9 @@ doc = style = flake8 >=3.7 flake8-docstrings >=1.5 -gui = +enhgui = Gooey + wxpython test = pytest >=5.3 pytest-cov