mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +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
|
from setuptools import setup, Extension, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|||||||
Reference in New Issue
Block a user