From 194b15c50adad943f76c7af01c8469362dc6b7a8 Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Sun, 19 Mar 2023 06:28:08 -0400 Subject: [PATCH] Remove Python 2 build flag --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b212b4903..e3e00649c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,8 +82,6 @@ version = {attr = "arcade.version.VERSION"} requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" -[tool.distutils.bdist_wheel] -universal = true [tool.ruff] # --- Description of what we ignore ---