mirror of https://github.com/pyodide/pyodide.git
13 lines
227 B
Diff
13 lines
227 B
Diff
|
diff --git a/setup.py b/setup.py
|
||
|
index 134db18..f705b28 100755
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -1,6 +1,6 @@
|
||
|
#!/usr/bin/env python
|
||
|
|
||
|
-from distutils.core import setup
|
||
|
+from setuptools import setup
|
||
|
import sys
|
||
|
|
||
|
import joblib
|