Skip to content

Commit 576ef33

Browse files
committed
pyodide setup.py - add a note on not switching to pyproject.toml
1 parent b1fb541 commit 576ef33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyodide/setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
14
from setuptools import setup, Extension, find_packages
25

36
setup(

0 commit comments

Comments
 (0)