From 3bd358a0ac26b283c45aad6755a048c05aa1c65b Mon Sep 17 00:00:00 2001 From: David Irvine Date: Thu, 28 Nov 2024 21:03:45 +0000 Subject: [PATCH] fix: update maturin config to resolve platform tag issue --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c69c7f219..6dff3ed09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,6 @@ strip = true compatibility = "manylinux2014" python-source = "self_encryption" sdist-include = ["LICENSE"] -targets = ["wheel"] -skip-auditwheel = false [tool.pytest.ini_options] testpaths = ["tests"]