pyodide setup.py - add a note on not switching to pyproject.toml

This commit is contained in:
Andrej730
2025-10-17 16:15:50 +05:00
parent b1fb541912
commit 576ef336fc
+3
View File
@@ -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(