pyodide/pyodide-build/setup.py

6 lines
99 B
Python

# Needed for editable install
import setuptools
if __name__ == "__main__":
setuptools.setup()