From 576ef336fc45594c8790f6f0d0cb21635c14ca0f Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 17 Oct 2025 16:15:50 +0500 Subject: [PATCH] pyodide setup.py - add a note on not switching to pyproject.toml --- pyodide/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyodide/setup.py b/pyodide/setup.py index 2a2ab2c577..477fe2be91 100644 --- a/pyodide/setup.py +++ b/pyodide/setup.py @@ -1,3 +1,6 @@ +# setup.py is getting deprecated, but we still use it, +# because `tool.setuptools.ext-modules` is still experimental in pyproject.toml +# and we need it to get the wheel suffix right. from setuptools import setup, Extension, find_packages setup(