aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarco Scardovi <71923153+scardracs@users.noreply.github.com>2022-01-10 11:08:10 +0100
committerGitHub <noreply@github.com>2022-01-10 13:08:10 +0300
commitf4153a09f87cbb9c826d8fc12c74642bb2d879ea (patch)
tree9a0c8ca69e15428fa64fef713706cae9baadc423 /setup.cfg
parente83c7b8e8fb8b696a1df6866bc46cbb76d7e0348 (diff)
downloadbrotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.zip
brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.gz
brotli-f4153a09f87cbb9c826d8fc12c74642bb2d879ea.tar.bz2
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 <marco@scardovi.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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