mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
pyodide setup.py - add a note on not switching to pyproject.toml
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user