From 853ca81fd80d2d8c05233c7e7dd76c8234f3eb2e Mon Sep 17 00:00:00 2001 From: David Irvine Date: Mon, 18 Nov 2024 23:31:51 +0000 Subject: [PATCH] fix: python whl --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0eb493ab4..931c3fa72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,8 @@ classifiers = [ features = ["python"] module-name = "_self_encryption" bindings = "pyo3" -include = ["Cargo.toml", "Cargo.lock", "src/**/*", "README.md", "LICENSE"] +manifest-path = "Cargo.toml" python-packages = ["self_encryption"] -wheel-include = ["LICENSE"] +include = ["LICENSE", "README.md"] +compatibility = "manylinux2014" +skip-auditwheel = false