We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb541 commit 576ef33Copy full SHA for 576ef33
pyodide/setup.py
@@ -1,3 +1,6 @@
1
+# setup.py is getting deprecated, but we still use it,
2
+# because `tool.setuptools.ext-modules` is still experimental in pyproject.toml
3
+# and we need it to get the wheel suffix right.
4
from setuptools import setup, Extension, find_packages
5
6
setup(
0 commit comments