From f1b6a7d7d1dadf2c2cc0aaaf69ab1212e257fd0b Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Mon, 21 Oct 2019 19:17:44 +0200 Subject: [PATCH] Remove staticbuild option from setup.cfg.template. I forgot to remove it there when it was removed from setupext.py. --- setup.cfg.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg.template b/setup.cfg.template index ab2fa6ff0531..45f448af4d93 100644 --- a/setup.cfg.template +++ b/setup.cfg.template @@ -61,8 +61,3 @@ # modules. The default is determined by fallback. # #backend = Agg - -[build] -# Build options -# If we should try to use static libraries on Windows -#staticbuild = True