From: Karl O. Pinc Date: Fri, 4 Oct 2024 21:34:38 +0000 (-0500) Subject: Drop building for python2; avoid deprecation warning X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c203304ab303f19879fb03dad52c96f2a4280c1b;p=pgwui_develop Drop building for python2; avoid deprecation warning --- diff --git a/setup.cfg b/setup.cfg index 6293faa..c4a1168 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[bdist_wheel] -# Work with both python 2 and 3. -universal=1 - [tool:pytest] # Tell coverage to turn on and append results so that when we # test we don't lose coverage due to warnings of previously having