From f4153a09f87cbb9c826d8fc12c74642bb2d879ea Mon Sep 17 00:00:00 2001 From: Marco Scardovi <71923153+scardracs@users.noreply.github.com> Date: Mon, 10 Jan 2022 11:08:10 +0100 Subject: Fix for future versions of python (#911) Starting python 3.10, the use of - instead of _ will get a warn (see https://bugs.gentoo.org/796281 for reference) Signed-off-by: Marco Scardovi --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 990b9e1..16da438 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [build] -build-base=bin +build_base=bin [yapf] based_on_style=google -- cgit v1.1