From a86c9d993cbdceaa5eea2141ea85480b05d0cdaf Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 1 Jun 2026 20:53:40 -0400 Subject: [PATCH] Fix LICENSE not being in sdist. This kept PyPI from accepting it. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b52ec60..7eaa01d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ dev = [ module-name = "fastly_compute._fastly_compute_py" manifest-path = "crates/fastly-compute-py/Cargo.toml" exclude = ["fastly_compute/tests/**/*"] +include = ["LICENSE"] # Emit a stable-ABI (abi3) wheel tagged cp312-abi3-* so a single wheel # works on CPython 3.12 and all future versions without rebuilding. features = ["pyo3/abi3-py312"]